fix(auth): signup is closed during build-out #5591
1 changed file+7−0
Modified.env.example+7−0View fileUnifiedSplit
@@ -107,6 +107,13 @@ ANTHROPIC_API_KEY=
107107# none of them call a model. Set to 0 to disable the ceiling entirely — 0 means
108108# NO LIMIT, never "spend nothing".
109109AI_DAILY_BUDGET_CENTS=
110# Invite code for the first-run journey monitor. NOT an operator setting —
111# it is injected by src/lib/first-run-journey-task.ts from the
112# `signup_invite_code` system flag, which is the single source of truth and is
113# rotated in /admin. Listed here only because the code reads it, and an env var
114# the code reads but nobody documents is exactly what the drift rule exists to
115# catch. Setting it by hand will be overwritten on the next journey tick.
116SIGNUP_INVITE_CODE=
110117# Container memory ceiling (docker-compose.standalone.yml). Default 2g.
111118# INCIDENT 2026-08-27: the container ran unbounded and leaked, taking a
112119# shared host to 96% full via five 10-13 GB core dumps. Raise on a
113120
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts