From 04d2ea87733bbb8ac3dce4909b1b0e40de452a87 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 10 Feb 2026 20:19:00 +0100 Subject: [PATCH] chore: update sample configs with longer jwt_secret key --- config_examples/config_binance.example.json | 2 +- config_examples/config_full.example.json | 4 ++-- config_examples/config_kraken.example.json | 2 +- tests/testdata/testconfigs/main_test_config.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config_examples/config_binance.example.json b/config_examples/config_binance.example.json index ffb364ffd..b62a72c3b 100644 --- a/config_examples/config_binance.example.json +++ b/config_examples/config_binance.example.json @@ -70,7 +70,7 @@ "listen_ip_address": "127.0.0.1", "listen_port": 8080, "verbosity": "error", - "jwt_secret_key": "somethingrandom", + "jwt_secret_key": "somethingRandomSomethingRandom123", "CORS_origins": [], "username": "freqtrader", "password": "SuperSecurePassword" diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index 983b9b3a1..94726813f 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -177,7 +177,7 @@ "listen_port": 8080, "verbosity": "error", "enable_openapi": false, - "jwt_secret_key": "somethingrandom", + "jwt_secret_key": "somethingRandomSomethingRandom123", "CORS_origins": [], "username": "freqtrader", "password": "SuperSecurePassword", @@ -215,4 +215,4 @@ "reduce_df_footprint": false, "dataformat_ohlcv": "feather", "dataformat_trades": "feather" -} \ No newline at end of file +} diff --git a/config_examples/config_kraken.example.json b/config_examples/config_kraken.example.json index 72f5e6b5f..c9f79134d 100644 --- a/config_examples/config_kraken.example.json +++ b/config_examples/config_kraken.example.json @@ -75,7 +75,7 @@ "listen_ip_address": "127.0.0.1", "listen_port": 8080, "verbosity": "error", - "jwt_secret_key": "somethingrandom", + "jwt_secret_key": "somethingRandomSomethingRandom123", "CORS_origins": [], "username": "freqtrader", "password": "SuperSecurePassword" diff --git a/tests/testdata/testconfigs/main_test_config.json b/tests/testdata/testconfigs/main_test_config.json index 0af5816dc..d4ce5b176 100644 --- a/tests/testdata/testconfigs/main_test_config.json +++ b/tests/testdata/testconfigs/main_test_config.json @@ -63,7 +63,7 @@ "listen_ip_address": "127.0.0.1", "listen_port": 8080, "verbosity": "error", - "jwt_secret_key": "somethingrandom", + "jwt_secret_key": "somethingRandomSomethingRandom123", "CORS_origins": [], "username": "freqtrader", "password": "SuperSecurePassword"