From 826eb8525470e8fa638f61247ed80e2f369493c5 Mon Sep 17 00:00:00 2001 From: Timothy Pogue Date: Fri, 9 Sep 2022 11:58:30 -0600 Subject: [PATCH] update confige example --- config_examples/config_full.example.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index 37c604c72..d8d552814 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -173,7 +173,7 @@ "CORS_origins": [], "username": "freqtrader", "password": "SuperSecurePassword", - "ws_token": "a_secret_ws_token" + "ws_token": "secret_ws_t0ken." }, // The ExternalMessageConsumer config should only be enabled on an instance // that listens to outside data from another instance. This should not be enabled @@ -184,11 +184,11 @@ { "name": "default", "url": "ws://localhost:8081/api/v1/message/ws", - "ws_token": "a_secret_ws_token" + "ws_token": "secret_ws_t0ken." } ], - "reply_timeout": 30, - "ping_timeout": 5, + "poll_timeout": 300, + "ping_timeout": 10, "sleep_time": 10, "remove_entry_exit_signals": false },