# Staging — auto-tracks main: CI writes image.tag on every merge and the
# host timer converges within 2 minutes. Treat every byte of state here
# as disposable; rebuilding the whole host is `bootstrap.sh --env stg`.
#
# `ctfy-admin deploy check envs/*/env` (CI runs it) rejects unknown keys
# and refuses secrets in this file — secrets live in secrets.env.age.
CTFY_ENV=stg
CTFY_ENVIRONMENT_LABEL=STAGING
CTFY_PLATFORM_DOMAIN=REPLACE-ME.stg.example.com
CTFY_TRAEFIK_DOMAIN=REPLACE-ME.stg-run.example.com
CTFY_SUPER_ADMIN_EMAILS=REPLACE-ME@example.com
# Staging keeps prod parity on rate limiting (it is hot-togglable in the
# admin UI for load tests) but turns the operator conveniences on.
CTFY_ADMIN_SHELL_ENABLED=true
