From 6e73927246d956135004e98da6e72155b47f4c98 Mon Sep 17 00:00:00 2001 From: icy Date: Sun, 2 Nov 2025 06:51:17 +0800 Subject: [PATCH] fix: add beta_mode to config.json.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing beta_mode configuration option to the example config file. This ensures Docker builds and new deployments include the beta_mode setting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: tinkle-community --- config.json.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json.example b/config.json.example index ac9d5ac6..fefa1673 100644 --- a/config.json.example +++ b/config.json.example @@ -1,5 +1,6 @@ { "admin_mode": true, + "beta_mode": false, "leverage": { "btc_eth_leverage": 5, "altcoin_leverage": 5