mirror of https://github.com/CIRCL/lookyloo
chg: No https if monitoring is on localhost
parent
9814381497
commit
d5e06a895a
|
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"monitoring": {
|
"monitoring": {
|
||||||
"enable": false,
|
"enable": false,
|
||||||
"url": "https://127.0.0.1:5200"
|
"url": "http://127.0.0.1:5200"
|
||||||
},
|
},
|
||||||
"tor_proxy": {
|
"tor_proxy": {
|
||||||
"server": "socks5://127.0.0.1:9050"
|
"server": "socks5://127.0.0.1:9050"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue