feat(integration): ✨ Add Google Sheets integration
This commit is contained in:
17
.env.example
17
.env.example
@@ -10,12 +10,19 @@ EMAIL_SERVER_HOST=smtp.example.com
|
||||
EMAIL_SERVER_PORT=587
|
||||
EMAIL_FROM=noreply@example.com
|
||||
|
||||
# AUTH
|
||||
# Storage
|
||||
# Used for uploading images, videos, etc...
|
||||
S3_UPLOAD_KEY=
|
||||
S3_UPLOAD_SECRET=
|
||||
S3_UPLOAD_REGION=
|
||||
S3_UPLOAD_BUCKET=
|
||||
|
||||
# Auth
|
||||
# (Optional) Used to login using GitHub
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_CLIENT_SECRET=
|
||||
|
||||
# (Optional) Used to login using Google
|
||||
# (Optional) Used to login using Google AND Google Sheets integration
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
|
||||
@@ -27,9 +34,3 @@ FACEBOOK_CLIENT_SECRET=
|
||||
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=
|
||||
STRIPE_SECRET_KEY=
|
||||
STRIPE_WEBHOOK_SECRET=
|
||||
|
||||
# Used for uploading images, videos, etc...
|
||||
S3_UPLOAD_KEY=
|
||||
S3_UPLOAD_SECRET=
|
||||
S3_UPLOAD_REGION=
|
||||
S3_UPLOAD_BUCKET=
|
||||
|
||||
Reference in New Issue
Block a user