GEMINI_API_KEY(Google AI Studio)DATABASE_URLwith real Neon credentialsJWT_SECRETproduction values- GCP service account JSON files
- Any
.envfile with real values
| Secret | Storage |
|---|---|
| Gemini API key | GCP Secret Manager (gemini-api-key) |
| Database URL | Cloud Run env var (set via gcloud run deploy) |
| JWT secret | Cloud Run env var |
Copy global-app-backend/.env.example to .env and fill in your own values locally. The .env file is gitignored.
- Rotate the key immediately in AI Studio / Neon / GCP.
- Update Secret Manager and Cloud Run.
- Do not rewrite git history unless instructed — rotate first.