feat(auth): Add GOOGLE_REDIRECT_URL to .env.example for Google OAuth callback

This commit is contained in:
MythEclipse
2025-08-13 01:29:41 +07:00
parent 650728a385
commit 277cf0770d
-1
View File
@@ -21,4 +21,3 @@ 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"