feat: add production deployment handoff controls
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Non-secret runtime configuration. The service refuses to run without the
|
||||
# companion Vault file and the production preflight validation.
|
||||
CASAN_PROFILE=prod
|
||||
CASAN_CP_STRICT=1
|
||||
CASAN_CP_TRUST_AUTH_PROXY=1
|
||||
CP_BIND=0.0.0.0
|
||||
CP_PORT=3010
|
||||
CASAN_APP_ROOT=/app
|
||||
CASAN_DASHBOARD_STALE_S=300
|
||||
CASAN_PREFLIGHT=1
|
||||
CASAN_CHAT_MODEL_MODE=deterministic
|
||||
Reference in New Issue
Block a user