From 72ec2177db69b3144abd88a416e5917fae8ecb82 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sat, 2 May 2026 16:23:10 +0800 Subject: [PATCH] docs(env): document CM_DEBUG in .env.example --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 747d4e2..a9aebd8 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,7 @@ +# === Runtime === +# Set to true ONLY in local dev. Werkzeug debugger = RCE if exposed. +CM_DEBUG=false + # === Deployment Identity === # Unique name prefix for containers and network (avoid conflicts on same host) CM_DEPLOY_NAME=rex-cm