From 0e3a9c543152daa27ff0df7dcb5d393bfafe4f23 Mon Sep 17 00:00:00 2001 From: langren1353 <14857127+langren1353@users.noreply.github.com> Date: Tue, 4 Feb 2020 14:50:35 +0800 Subject: [PATCH] Update config.json --- server/config.json | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/server/config.json b/server/config.json index d5e823b..921379b 100644 --- a/server/config.json +++ b/server/config.json @@ -6,7 +6,10 @@ "type": "xen", "host": "host1", "location": "cn", - "password": "USER_DEFAULT_PASSWORD" + "password": "USER_DEFAULT_PASSWORD", + "extra1":"", + "extra2":"", + "extra3":"" }, { "username": "s02", @@ -14,7 +17,10 @@ "type": "vmware", "host": "host2", "location": "jp", - "password": "USER_DEFAULT_PASSWORD" + "password": "USER_DEFAULT_PASSWORD", + "extra1":"", + "extra2":"", + "extra3":"" }, { "disabled": true, @@ -23,7 +29,10 @@ "type": "Nothing", "host": "host3", "location": "fr", - "password": "USER_DEFAULT_PASSWORD" + "password": "USER_DEFAULT_PASSWORD", + "extra1":"", + "extra2":"", + "extra3":"" }, { "username": "s04", @@ -31,7 +40,10 @@ "type": "kvm", "host": "host4", "location": "kr", - "password": "USER_DEFAULT_PASSWORD" + "password": "USER_DEFAULT_PASSWORD", + "extra1":"", + "extra2":"", + "extra3":"" } ] -} \ No newline at end of file +}