Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
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.

.env.exampleBlame19 lines · 1 contributor
fc1817aClaude1DATABASE_URL=postgresql://user:password@host/gluecron
2GIT_REPOS_PATH=./repos
3PORT=3000
4GATETEST_URL=https://gatetest.ai/api/scan/run
e883329Claude5GATETEST_API_KEY=
ad6d4adClaude6# 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
9GATETEST_CALLBACK_SECRET=
10GATETEST_HMAC_SECRET=
fc1817aClaude11CRONTECH_DEPLOY_URL=https://crontech.ai/api/trpc/tenant.deploy
e883329Claude12ANTHROPIC_API_KEY=
24cf2caClaude13# Email (Block A8). Provider=log just writes to stderr (safe default).
14# Switch to "resend" in prod and set RESEND_API_KEY.
15EMAIL_PROVIDER=log
16EMAIL_FROM=gluecron <no-reply@gluecron.local>
17RESEND_API_KEY=
18# Used to build absolute URLs in outbound emails + webhooks.
19APP_BASE_URL=http://localhost:3000