Load jwt_key from config

This commit is contained in:
Matthias
2020-05-10 19:42:06 +02:00
parent c3f0b5d4eb
commit 21c2af2b92
3 changed files with 8 additions and 2 deletions

View File

@@ -120,6 +120,7 @@
"enabled": false,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080,
"jwt_secret_key": "somethingrandom",
"username": "freqtrader",
"password": "SuperSecurePassword"
},