From fcb7bc61bb793679b652e90ed11f32e44f0aa6a4 Mon Sep 17 00:00:00 2001 From: Stille Date: Mon, 10 Feb 2020 23:07:53 +0800 Subject: [PATCH] Upload config.json --- config.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..dfcdf2d --- /dev/null +++ b/config.json @@ -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 + } + ] +} \ No newline at end of file