We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d41696 commit 25784d8Copy full SHA for 25784d8
.env.example
@@ -0,0 +1,10 @@
1
+API_URL=
2
+
3
+FIREBASE_API_KEY=
4
+FIREBASE_AUTH_DOMAIN=
5
+FIREBASE_PROJECT_ID=
6
7
+SESSION_COOKIE_NAME=
8
+GOOGLE_APPLICATION_CREDENTIALS=/path/to/serviceAccountKey.json
9
10
+CLIENT_ID=
.gitignore
@@ -32,6 +32,7 @@ yarn-error.log*
32
33
# env files (can opt-in for committing if needed)
34
.env*
35
+!.env.example
36
37
# vercel
38
.vercel
0 commit comments