-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(general): update local firebase environment settings (#795)
- Loading branch information
Showing
9 changed files
with
31 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
# These environment variables are required to run tests with the emulator locally | ||
GCLOUD_PROJECT="social-income-staging" | ||
FIRESTORE_EMULATOR_HOST=127.0.0.1:8080 | ||
FIREBASE_AUTH_EMULATOR_HOST=127.0.0.1:9099 | ||
|
||
POSTFINANCE_PAYMENTS_FILES_BUCKET=postfinance-payments-files | ||
POSTFINANCE_FTP_HOST=ftp.postfinance.example | ||
POSTFINANCE_FTP_PORT=21 | ||
POSTFINANCE_FTP_USER=example | ||
POSTFINANCE_FTP_RSA_PRIVATE_KEY=" | ||
-----BEGIN RSA PRIVATE KEY----- | ||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
... | ||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
-----END RSA PRIVATE KEY----- | ||
" | ||
POSTFINANCE_FTP_RSA_PRIVATE_KEY_BASE64="CKSLI...." | ||
|
||
# To work with the Twilio API locally, configure the test credentials from Twilio in your .env file | ||
TWILIO_SID=ACXXXXXXXXXXXXXXXXXXXX | ||
TWILIO_TOKEN=yyyyyyyyyyyyyyyyyyyyy | ||
TWILIO_SENDER_PHONE=+15005550006 | ||
#CLOUD_FUNCTIONS_URL=http://localhost:5001/social-income-staging/us-central1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters