mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
- 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.
7 lines
281 B
Text
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=
|