From 11029f3d0a9591c9e1d3bcebae27deb35a0c469b Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Wed, 12 Mar 2025 16:50:18 +0530 Subject: [PATCH] feat: sample env vars for airtable --- ENVEXAMPLE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ENVEXAMPLE b/ENVEXAMPLE index 3c999de4..fd0c85f3 100644 --- a/ENVEXAMPLE +++ b/ENVEXAMPLE @@ -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