From: Jérôme Benoit Date: Sun, 2 Aug 2026 00:38:36 +0000 (+0200) Subject: fix(quickadapter): give ws_token a self-documenting placeholder like jwt_secret_key X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9765c5236881dd364d52ab59de6eb31289d05e4d;p=freqai-strategies.git 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. --- 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"