Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
Commit7a03066

fix: DB connection string with inline credentials

Dictation App committed on April 19, 2026Parent: 92ba2ce
1 file changed+117a03066d49f1eb0d4eb8d597e026f63866bbf558
1 changed file+1−1
Modifieddocs/ops/DEPLOYMENT_RUNBOOK.md+1−1View fileUnifiedSplit
3838 `gluecron`.
39392. From the project dashboard, copy the pooled connection string.
4040 It looks like:
41 `postgresql://user:pass@ep-xxx.eu-west-2.aws.neon.tech/neondb?sslmode=require`
41 `postgresql://user:REDACTED@ep-xxx.eu-west-2.aws.neon.tech/neondb?sslmode=require`
42423. Save this value — it becomes `DATABASE_URL` in Phase 3.
43434. **Do NOT run migrations yet.** The container runs them as its
4444 release step (see `fly.toml``[deploy] release_command`).
4545