Skip to content

Commit 25784d8

Browse files
committed
feat: add env.example
1 parent 5d41696 commit 25784d8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ yarn-error.log*
3232

3333
# env files (can opt-in for committing if needed)
3434
.env*
35+
!.env.example
3536

3637
# vercel
3738
.vercel

0 commit comments

Comments
 (0)