Skip to content

Commit 6f86245

Browse files
committed
feat:added google sheet env variables to .env.example
1 parent e76e567 commit 6f86245

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ KV_URL=""
2525
KV_REST_API_URL=""
2626
KV_REST_API_TOKEN=""
2727
KV_REST_API_READ_ONLY_TOKEN=""
28-
SERVER_URL=""
28+
SERVER_URL=""
29+
# Google Sheets Integration
30+
GOOGLE_CLIENT_EMAIL=""
31+
GOOGLE_PRIVATE_KEY=""
32+
SHEET_ID=""

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ yarn-error.log*
3434
# local env files
3535
# do not commit any .env files to git, except for the .env.example file. https://create.t3.gg/en/usage/env-variables#using-environment-variables
3636
.env
37+
.env.lcal
3738
.env*.local
3839

3940
# vercel

0 commit comments

Comments
 (0)