mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-01 18:38:18 -05:00
16 lines
720 B
Plaintext
16 lines
720 B
Plaintext
# You already have access to basic local functionality (UI, authentication, database read access).
|
|
|
|
# openssl enc -aes-256-cbc -salt -pbkdf2 -iter 100000 -in backend/shared/src/googleApplicationCredentials-dev.json -out secrets/googleApplicationCredentials-dev.json.enc
|
|
GOOGLE_CREDENTIALS_ENC_PWD=nP7s3274uzOG4c2t
|
|
|
|
|
|
# Optional variables for full local functionality
|
|
|
|
# For the location / distance filtering features.
|
|
# Create a free account at https://rapidapi.com/wirefreethought/api/geodb-cities and get an API key.
|
|
GEODB_API_KEY=
|
|
|
|
# For sending emails (e.g. for user sign up, password reset, notifications, etc.).
|
|
# Create a free account at https://resend.com and get an API key. Should start with "re_".
|
|
RESEND_KEY=
|