Update config.json

pull/55/head
langren1353 2020-02-04 14:50:35 +08:00 committed by GitHub
parent 4467920a30
commit 0e3a9c5431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 5 deletions

View File

@ -6,7 +6,10 @@
"type": "xen", "type": "xen",
"host": "host1", "host": "host1",
"location": "cn", "location": "cn",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD",
"extra1":"",
"extra2":"",
"extra3":""
}, },
{ {
"username": "s02", "username": "s02",
@ -14,7 +17,10 @@
"type": "vmware", "type": "vmware",
"host": "host2", "host": "host2",
"location": "jp", "location": "jp",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD",
"extra1":"",
"extra2":"",
"extra3":""
}, },
{ {
"disabled": true, "disabled": true,
@ -23,7 +29,10 @@
"type": "Nothing", "type": "Nothing",
"host": "host3", "host": "host3",
"location": "fr", "location": "fr",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD",
"extra1":"",
"extra2":"",
"extra3":""
}, },
{ {
"username": "s04", "username": "s04",
@ -31,7 +40,10 @@
"type": "kvm", "type": "kvm",
"host": "host4", "host": "host4",
"location": "kr", "location": "kr",
"password": "USER_DEFAULT_PASSWORD" "password": "USER_DEFAULT_PASSWORD",
"extra1":"",
"extra2":"",
"extra3":""
} }
] ]
} }