Add api-server to default config samples

This commit is contained in:
Matthias
2020-05-31 09:57:31 +02:00
parent 7ad1c7e817
commit dc7f0f1187
5 changed files with 40 additions and 1 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": {