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= |