# Production — pinned to a release; only a merged PR changing image.tag
# moves it. No CTFY_ENVIRONMENT_LABEL: production is the unmarked
# deployment (staging wears the badge, prod wears none).
CTFY_ENV=prod
CTFY_PLATFORM_DOMAIN=REPLACE-ME.example.com
CTFY_TRAEFIK_DOMAIN=REPLACE-ME-run.example.com
CTFY_SUPER_ADMIN_EMAILS=REPLACE-ME@example.com
# Transactional email (staging deliberately leaves these unset — a
# deployment that cannot send mail cannot mail real people by accident).
CTFY_EMAIL_FROM=ctfy <notify@mail.REPLACE-ME.example.com>
CTFY_EMAIL_REPLY_TO=support@REPLACE-ME.example.com
