Update README.md

This commit is contained in:
Taylor Wilsdon
2025-08-13 08:58:25 -04:00
committed by GitHub
parent 70146c27da
commit 3f6820dbc7

View File

@@ -152,7 +152,6 @@ Claude Desktop stores these securely in the OS keychain; set them once in the ex
```bash
export GOOGLE_OAUTH_CLIENT_ID="your-client-id.apps.googleusercontent.com"
export GOOGLE_OAUTH_CLIENT_SECRET="your-client-secret"
export GOOGLE_OAUTH_REDIRECT_URI="http://localhost:8000/oauth2callback" # Optional - see Reverse Proxy Setup below
```
**Option B: File-based (Traditional)**