Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Ivanov <[email protected]>
  • Loading branch information
alexander2001i committed Jun 16, 2021
1 parent 8ac00bb commit d65eb51
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ Authentication.Mock=1

Constraints.Discussions.MaxPerProposal=5

FIREBASE_API_KEY="<Firebase.ApiKey>"
FIREBASE_PRIVATE_KEY="<Firebase.PrivateKey>"
FIREBASE_PROJECT_ID="<Firebase.ProjectId>"
FIREBASE_CLIENT_EMAIL="<Firebase.ClientEmail>"
FIREBASE_TYPE="<firebase-thing>"
FIREBASE_PROJECT_ID="<firebase-thing>"
FIREBASE_PRIVATE_KEY_ID="<firebase-thing>"
FIREBASE_API_KEY="<firebase-thing>"
FIREBASE_PRIVATE_KEY="<firebase-thing>"
FIREBASE_CLIENT_ID="<firebase-thing>"
FIREBASE_AUTH_URI="<firebase-thing>"
FIREBASE_TOKEN_URI="<firebase-thing>"
FIREBASE_AUTH_PROVIDER_X509_CERT_URL="<firebase-thing>"
FIREBASE_CLIENT_X509_CERT_URL="<firebase-thing>"

0 comments on commit d65eb51

Please sign in to comment.