You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
234 B
14 lines
234 B
8 years ago
|
{
|
||
|
"host": "127.0.0.1",
|
||
|
"port": 3306,
|
||
|
"user": "ss",
|
||
|
"password": "pass",
|
||
|
"db": "shadowsocks",
|
||
|
"node_id": 1,
|
||
|
"transfer_mul": 1.0,
|
||
|
"ssl_enable": 0,
|
||
|
"ssl_ca": "",
|
||
|
"ssl_cert": "",
|
||
|
"ssl_key": ""
|
||
|
}
|