Format json

This commit is contained in:
Qian Wang 2019-07-31 15:40:06 +01:00
parent 0f3b2232ab
commit 699f5eb4a0
1 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
{ {
"ProxyBook":{ "ProxyBook": {
"shadowsocks":"127.0.0.1:8388", "shadowsocks": "127.0.0.1:8388",
"openvpn":"127.0.0.1:8389", "openvpn": "127.0.0.1:8389",
"tor":"127.0.0.1:9001" "tor": "127.0.0.1:9001"
}, },
"RedirAddr":"204.79.197.200:443", "RedirAddr": "204.79.197.200:443",
"PrivateKey":"EN5aPEpNBO+vw+BtFQY2OnK9bQU7rvEj5qmnmgwEtUc=", "PrivateKey": "EN5aPEpNBO+vw+BtFQY2OnK9bQU7rvEj5qmnmgwEtUc=",
"AdminUID":"5nneblJy6lniPJfr81LuYQ==", "AdminUID": "5nneblJy6lniPJfr81LuYQ==",
"DatabasePath": "userinfo.db" "DatabasePath": "userinfo.db"
} }