disable tor by default
This commit is contained in:
parent
4af6a26fc0
commit
81a52e33d1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"copyright": "Copyright Text"
|
"copyright": "Copyright Text"
|
||||||
},
|
},
|
||||||
"tor": {
|
"tor": {
|
||||||
"enable": true,
|
"enable": false,
|
||||||
"controller": {
|
"controller": {
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 9051
|
"port": 9051
|
||||||
|
|
Loading…
Reference in a new issue