Merge pull request #3520 from freqtrade/rpc/cors_setting

Fix RPC Cors
This commit is contained in:
Matthias
2020-06-27 15:38:40 +02:00
committed by GitHub
9 changed files with 40 additions and 5 deletions

View File

@@ -124,6 +124,7 @@
"listen_port": 8080,
"verbosity": "info",
"jwt_secret_key": "somethingrandom",
"CORS_origins": [],
"username": "freqtrader",
"password": "SuperSecurePassword"
},