Allow configuration of openAPI interface

This commit is contained in:
Matthias
2020-12-27 15:54:05 +01:00
parent 1717121f10
commit 68d148e72d
3 changed files with 15 additions and 2 deletions

View File

@@ -165,6 +165,7 @@
"listen_ip_address": "127.0.0.1",
"listen_port": 8080,
"verbosity": "info",
"enable_openapi": false,
"jwt_secret_key": "somethingrandom",
"CORS_origins": [],
"username": "freqtrader",