Add enable_ws config setting

This commit is contained in:
Matthias
2022-10-23 09:15:33 +02:00
parent 51890f80c4
commit 3468edddf6
3 changed files with 4 additions and 1 deletions

View File

@@ -587,6 +587,7 @@ def get_default_conf(testdatadir):
"exchange": {
"name": "binance",
"key": "key",
"enable_ws": False,
"secret": "secret",
"pair_whitelist": ["ETH/BTC", "LTC/BTC", "XRP/BTC", "NEO/BTC"],
"pair_blacklist": [
@@ -628,6 +629,7 @@ def get_default_conf_usdt(testdatadir):
"name": "binance",
"enabled": True,
"key": "key",
"enable_ws": False,
"secret": "secret",
"pair_whitelist": [
"ETH/USDT",