docs(env): document CM_DEBUG in .env.example

This commit is contained in:
yiekheng 2026-05-02 16:23:10 +08:00
parent 353af79e8b
commit 72ec2177db

View File

@ -1,3 +1,7 @@
# === Runtime ===
# Set to true ONLY in local dev. Werkzeug debugger = RCE if exposed.
CM_DEBUG=false
# === Deployment Identity === # === Deployment Identity ===
# Unique name prefix for containers and network (avoid conflicts on same host) # Unique name prefix for containers and network (avoid conflicts on same host)
CM_DEPLOY_NAME=rex-cm CM_DEPLOY_NAME=rex-cm