From 0d38bd258a3c48e2eed370b34b09906fc50672e8 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Mon, 4 May 2026 09:27:07 +0800 Subject: [PATCH] chore(env): use test_id/test_pass placeholders in dev example Co-Authored-By: Claude Opus 4.7 (1M context) --- envs/dev/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/dev/.env.example b/envs/dev/.env.example index b8f0e27..6ed21c5 100644 --- a/envs/dev/.env.example +++ b/envs/dev/.env.example @@ -38,7 +38,7 @@ MYSQL_ROOT_PASSWORD=devroot # === Bot Config === # CM_PREFIX_PATTERN=13c MUST match the seed in docker/mysql/init.d/02-seed.sql. CM_PREFIX_PATTERN=13c -CM_AGENT_ID=fill-with-real-agent-id-to-test-cm99-calls -CM_AGENT_PASSWORD=fill-with-real-agent-password-to-test-cm99-calls +CM_AGENT_ID=test_id +CM_AGENT_PASSWORD=test_pass CM_SECURITY_PIN=000000 CM_BOT_BASE_URL=https://cm99.net