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 e76e567 commit 6f86245Copy full SHA for 6f86245
.env.example
@@ -25,4 +25,8 @@ KV_URL=""
25
KV_REST_API_URL=""
26
KV_REST_API_TOKEN=""
27
KV_REST_API_READ_ONLY_TOKEN=""
28
-SERVER_URL=""
+SERVER_URL=""
29
+# Google Sheets Integration
30
+GOOGLE_CLIENT_EMAIL=""
31
+GOOGLE_PRIVATE_KEY=""
32
+SHEET_ID=""
.gitignore
@@ -34,6 +34,7 @@ yarn-error.log*
34
# local env files
35
# 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
36
.env
37
+.env.lcal
38
.env*.local
39
40
# vercel
0 commit comments