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