taskgenius_taskgenius-plugin/.env.example
Quorafind 7e05356927 chore(security): extract OAuth client secret to environment variable
- Add .env.example with GOOGLE_CLIENT_SECRET_B64 placeholder
- Update esbuild config to inject env vars via define at build time
- Add env.d.ts for TypeScript process.env type declarations
- Use base64 encoding for basic obfuscation of injected secrets

This prevents OAuth client secrets from being committed directly to
the repository. Developers need to create .env with their own secrets.
2025-12-17 15:43:59 +08:00

7 lines
281 B
Text

# Google OAuth Client Secret (base64 encoded)
# For development, use your own Google Cloud Console credentials
# See: https://developers.google.com/identity/protocols/oauth2/native-app
GOOGLE_CLIENT_SECRET_B64=
# GitHub token for releases (optional, for release-it)
GITHUB_TOKEN=