mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-27 11:55:58 +03:00
[GH-ISSUE #68] Environment variables #14
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ChanTerelLy on GitHub (Jan 14, 2023).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/68
Could you, please, provide the example of the environment variables for API? It's not so obviouse about EVENTS_* variables. Is GCP_PROJECT_ID necessarily, should it work outside of GCP? What is format of FIREBASE_CREDENTIALS?
@AchoArnold commented on GitHub (Jan 15, 2023):
Hello @ChanTerelLy
Currently, the project is set up to work with GCP. You can get the environment variables from this .env.production file
The FIREBASE_CREDENTIALS should be a JSON string you can get it from this documentation https://firebase.google.com/docs/admin/setup
Btw, I plan to update the local setup instructions in #42