Explain GOOGLE_CLIENT_SECRETS in README.md

Currently the only way to find out about configuring the secrets location is by reading the code at ec480a2aee/auth/google_auth.py (L30-L39)
This commit is contained in:
Marc Fargas
2025-06-18 12:50:10 +02:00
committed by GitHub
parent ec480a2aee
commit 0ebddd6fee

View File

@@ -96,7 +96,7 @@ uv run main.py
1. **Google Cloud Setup**:
- Create OAuth 2.0 credentials (web application) in [Google Cloud Console](https://console.cloud.google.com/)
- Enable APIs: Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Chat
- Download credentials as `client_secret.json` in project root
- Download credentials as `client_secret.json` in project root (or a secure location and then setting `GOOGLE_CLIENT_SECRETS` environment variable to the right path).
- Add redirect URI: `http://localhost:8000/oauth2callback`
2. **Environment**: