Change defaults to log only errors

This commit is contained in:
Matthias
2021-01-03 07:18:41 +01:00
parent 634d6f3898
commit 5ca2cd3a1e
6 changed files with 13 additions and 13 deletions

View File

@@ -89,11 +89,11 @@
"enabled": false,
"listen_ip_address": "127.0.0.1",
"listen_port": 8080,
"verbosity": "info",
"verbosity": "error",
"jwt_secret_key": "somethingrandom",
"CORS_origins": [],
"username": "",
"password": ""
"username": "freqtrader",
"password": "SuperSecurePassword"
},
"initial_state": "running",
"forcebuy_enable": false,