Upload config.json

This commit is contained in:
Stille 2020-02-10 23:07:53 +08:00
parent 06adece78e
commit fcb7bc61bb
1 changed files with 31 additions and 0 deletions

31
config.json Normal file
View File

@ -0,0 +1,31 @@
{"servers":
[
{
"username": "1",
"password": "1",
"name": "腾讯云-上海",
"type": "KVM",
"host": "None",
"location": "CN",
"disabled": false
},
{
"username": "2",
"password": "2",
"name": "阿里云-香港",
"type": "KVM",
"host": "None",
"location": "HK",
"disabled": false
},
{
"username": "3",
"password": "3",
"name": "谷歌云-日本",
"type": "KVM",
"host": "None",
"location": "JP",
"disabled": false
}
]
}