mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
update example config
This commit is contained in:
parent
c72a2c26c7
commit
57e9078727
|
@ -180,10 +180,15 @@
|
|||
"enabled": false,
|
||||
"producers": [
|
||||
{
|
||||
"name": "default",
|
||||
"url": "ws://some.freqtrade.bot/api/v1/message/ws",
|
||||
"ws_token": "a_secret_ws_token"
|
||||
}
|
||||
]
|
||||
],
|
||||
"reply_timeout": 10,
|
||||
"ping_timeout": 5,
|
||||
"sleep_time": 5,
|
||||
"remove_entry_exit_signals": false
|
||||
},
|
||||
"bot_name": "freqtrade",
|
||||
"db_url": "sqlite:///tradesv3.sqlite",
|
||||
|
|
Loading…
Reference in New Issue
Block a user