Merge pull request #471 from getmaxun/sample-env-airtable

feat: sample env vars for airtable
This commit is contained in:
Karishma Shukla
2025-03-12 21:19:01 +05:30
committed by GitHub

View File

@@ -28,10 +28,10 @@ GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
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.
MAXUN_TELEMETRY=true
#airtable integration
# Optional Airtable OAuth settings for Airtable Integration
AIRTABLE_CLIENT_ID=your_airtable_client_id
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