From c3054809ee8697e2b00678f02c3c656c81026509 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Mon, 29 Dec 2025 20:39:36 +0200 Subject: [PATCH] chore: update env example --- surfsense_backend/.env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/surfsense_backend/.env.example b/surfsense_backend/.env.example index b7e580a66..15dcc76e1 100644 --- a/surfsense_backend/.env.example +++ b/surfsense_backend/.env.example @@ -37,6 +37,7 @@ GOOGLE_OAUTH_CLIENT_SECRET=GOCSV # Connector Specific Configs GOOGLE_CALENDAR_REDIRECT_URI=http://localhost:8000/api/v1/auth/google/calendar/connector/callback GOOGLE_GMAIL_REDIRECT_URI=http://localhost:8000/api/v1/auth/google/gmail/connector/callback +GOOGLE_DRIVE_REDIRECT_URI=http://localhost:8000/api/v1/auth/google/drive/connector/callback # Airtable OAuth for Aitable Connector AIRTABLE_CLIENT_ID=your_airtable_client_id