Add default rest config

This commit is contained in:
Matthias
2019-05-18 10:24:01 +02:00
parent fd5012c04e
commit c272e1ccdf
2 changed files with 17 additions and 9 deletions

View File

@@ -109,6 +109,11 @@
"token": "your_telegram_token",
"chat_id": "your_telegram_chat_id"
},
"api_server": {
"enabled": false,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080
},
"db_url": "sqlite:///tradesv3.sqlite",
"initial_state": "running",
"forcebuy_enable": false,