client implementation, minor fixes

This commit is contained in:
Timothy Pogue
2022-08-30 19:21:34 -06:00
parent 418bd26a80
commit 346e73dd75
22 changed files with 323 additions and 959 deletions

View File

@@ -172,7 +172,18 @@
"jwt_secret_key": "somethingrandom",
"CORS_origins": [],
"username": "freqtrader",
"password": "SuperSecurePassword"
"password": "SuperSecurePassword",
"ws_token": "a_secret_ws_token",
"enable_message_ws": false
},
"external_message_consumer": {
"enabled": false,
"producers": [
{
"url": "ws://some.freqtrade.bot/api/v1/message/ws",
"ws_token": "a_secret_ws_token"
}
]
},
"bot_name": "freqtrade",
"db_url": "sqlite:///tradesv3.sqlite",