minor improvements, fixes, old config+constant removal

This commit is contained in:
Timothy Pogue
2022-09-04 10:22:10 -06:00
parent 1601868854
commit 07f806a314
10 changed files with 51 additions and 38 deletions

View File

@@ -175,12 +175,15 @@
"password": "SuperSecurePassword",
"ws_token": "a_secret_ws_token"
},
// The ExternalMessageConsumer config should only be enabled on an instance
// that listens to outside data from another instance. This should not be enabled
// in your producer of data.
"external_message_consumer": {
"enabled": false,
"producers": [
{
"name": "default",
"url": "ws://some.freqtrade.bot/api/v1/message/ws",
"url": "ws://localhost:8081/api/v1/message/ws",
"ws_token": "a_secret_ws_token"
}
],