chg: No https if monitoring is on localhost

pull/657/head
Raphaël Vinot 2023-04-05 16:17:13 +02:00
parent 9814381497
commit d5e06a895a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
},
"monitoring": {
"enable": false,
"url": "https://127.0.0.1:5200"
"url": "http://127.0.0.1:5200"
},
"tor_proxy": {
"server": "socks5://127.0.0.1:9050"