From 277cf0770df02de9050daafb3e3b9f939387cc1b Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Wed, 13 Aug 2025 01:29:41 +0700 Subject: [PATCH] feat(auth): Add GOOGLE_REDIRECT_URL to .env.example for Google OAuth callback --- .env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2a566cf..03bf304 100644 --- a/.env.example +++ b/.env.example @@ -20,5 +20,4 @@ MINIO_ACCESS_KEY=your-minio-access-key MINIO_SECRET_KEY=your-minio-secret-key GOOGLE_CLIENT_ID="your_google_client_id" -GOOGLE_CLIENT_SECRET="your_google_client_secret" -GOOGLE_REDIRECT_URL="http://localhost:4099/v1/auth/google/callback" +GOOGLE_CLIENT_SECRET="your_google_client_secret" \ No newline at end of file