Merge branch 'develop' into timeframe

This commit is contained in:
hroff-1902
2020-06-02 15:56:34 +03:00
committed by GitHub
28 changed files with 238 additions and 61 deletions

View File

@@ -87,6 +87,15 @@
"token": "your_telegram_token",
"chat_id": "your_telegram_chat_id"
},
"api_server": {
"enabled": false,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080,
"verbosity": "info",
"jwt_secret_key": "somethingrandom",
"username": "",
"password": ""
},
"initial_state": "running",
"forcebuy_enable": false,
"internals": {