mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
* add firebase emulator, add registration script, add signup spec * Upgrade firebase emulator and make it pass the E2E tests --------- Co-authored-by: MartinBraquet <martin.braquet@gmail.com>
22 lines
893 B
Plaintext
22 lines
893 B
Plaintext
|
|
# use firebase emulator for running e2e tests
|
|
NEXT_PUBLIC_FIREBASE_EMULATOR=false
|
|
FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9099
|
|
FIREBASE_STORAGE_EMULATOR_HOST=127.0.0.1:9199
|
|
|
|
# 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=
|