feat: sample env vars for airtable
This commit is contained in:
@@ -28,10 +28,10 @@ GOOGLE_CLIENT_ID=your_google_client_id
|
|||||||
GOOGLE_CLIENT_SECRET=your_google_client_secret
|
GOOGLE_CLIENT_SECRET=your_google_client_secret
|
||||||
GOOGLE_REDIRECT_URI=your_google_redirect_uri
|
GOOGLE_REDIRECT_URI=your_google_redirect_uri
|
||||||
|
|
||||||
# Telemetry Settings - Please keep it enabled. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes.
|
# Optional Airtable OAuth settings for Airtable Integration
|
||||||
MAXUN_TELEMETRY=true
|
|
||||||
|
|
||||||
#airtable integration
|
|
||||||
|
|
||||||
AIRTABLE_CLIENT_ID=your_airtable_client_id
|
AIRTABLE_CLIENT_ID=your_airtable_client_id
|
||||||
AIRTABLE_REDIRECT_URI=http://localhost:8080/auth/airtable/callback
|
AIRTABLE_REDIRECT_URI=http://localhost:8080/auth/airtable/callback
|
||||||
|
|
||||||
|
# Telemetry Settings - Please keep it enabled. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes.
|
||||||
|
MAXUN_TELEMETRY=true
|
||||||
|
|||||||
Reference in New Issue
Block a user