Add basic auth to rest-api

This commit is contained in:
Matthias
2019-05-25 14:11:30 +02:00
parent 2cf07e2185
commit 7e952b028a
2 changed files with 33 additions and 1 deletions

View File

@@ -112,7 +112,9 @@
"api_server": {
"enabled": false,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080
"listen_port": 8080,
"username": "freqtrader",
"password": "SuperSecurePassword"
},
"db_url": "sqlite:///tradesv3.sqlite",
"initial_state": "running",