CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history
.env.example
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| fc1817a | 1 | DATABASE_URL=postgresql://user:password@host/gluecron |
| 2 | GIT_REPOS_PATH=./repos | |
| 3 | PORT=3000 | |
| 4 | GATETEST_URL=https://gatetest.ai/api/scan/run | |
| e883329 | 5 | GATETEST_API_KEY= |
| ad6d4ad | 6 | # Inbound GateTest callback auth — set one so GateTest can POST results back. |
| 7 | # See GATETEST_HOOK.md for payload + endpoint details. | |
| 8 | # Generate a secret with: openssl rand -hex 32 | |
| 9 | GATETEST_CALLBACK_SECRET= | |
| 10 | GATETEST_HMAC_SECRET= | |
| fc1817a | 11 | CRONTECH_DEPLOY_URL=https://crontech.ai/api/trpc/tenant.deploy |
| e883329 | 12 | ANTHROPIC_API_KEY= |
| 24cf2ca | 13 | # Email (Block A8). Provider=log just writes to stderr (safe default). |
| 14 | # Switch to "resend" in prod and set RESEND_API_KEY. | |
| 15 | EMAIL_PROVIDER=log | |
| 16 | EMAIL_FROM=gluecron <no-reply@gluecron.local> | |
| 17 | RESEND_API_KEY= | |
| 18 | # Used to build absolute URLs in outbound emails + webhooks. | |
| 19 | APP_BASE_URL=http://localhost:3000 |