update confige example

This commit is contained in:
Timothy Pogue 2022-09-09 11:58:30 -06:00
parent 6cbc03a96a
commit 826eb85254

View File

@ -173,7 +173,7 @@
"CORS_origins": [], "CORS_origins": [],
"username": "freqtrader", "username": "freqtrader",
"password": "SuperSecurePassword", "password": "SuperSecurePassword",
"ws_token": "a_secret_ws_token" "ws_token": "secret_ws_t0ken."
}, },
// The ExternalMessageConsumer config should only be enabled on an instance // The ExternalMessageConsumer config should only be enabled on an instance
// that listens to outside data from another instance. This should not be enabled // that listens to outside data from another instance. This should not be enabled
@ -184,11 +184,11 @@
{ {
"name": "default", "name": "default",
"url": "ws://localhost:8081/api/v1/message/ws", "url": "ws://localhost:8081/api/v1/message/ws",
"ws_token": "a_secret_ws_token" "ws_token": "secret_ws_t0ken."
} }
], ],
"reply_timeout": 30, "poll_timeout": 300,
"ping_timeout": 5, "ping_timeout": 10,
"sleep_time": 10, "sleep_time": 10,
"remove_entry_exit_signals": false "remove_entry_exit_signals": false
}, },