From 9765c5236881dd364d52ab59de6eb31289d05e4d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 2 Aug 2026 02:38:36 +0200 Subject: [PATCH] fix(quickadapter): give ws_token a self-documenting placeholder like jwt_secret_key Makes the README 'public placeholders that provide no protection until changed' note accurate for the WebSocket token too; empty and placeholder are equally inert while the API server is disabled. --- quickadapter/user_data/config-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index ae70267..70951c2 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -76,7 +76,7 @@ "verbosity": "error", "enable_openapi": false, "jwt_secret_key": "change-me-before-enabling-the-api", - "ws_token": "", + "ws_token": "change-me-before-enabling-the-api", "CORS_origins": [], "username": "freqtrader", "password": "freqtrader" -- 2.53.0