From 55ee9ca6fbd4547fcbcd3d2969d245d6c74b21cd Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Aug 2021 13:00:07 +0800 Subject: [PATCH] emoji location --- autodeploy/config.json | 8 ++++---- server/config.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/autodeploy/config.json b/autodeploy/config.json index 5e82392..fca9872 100755 --- a/autodeploy/config.json +++ b/autodeploy/config.json @@ -5,7 +5,7 @@ "name": "node1", "type": "xen", "host": "host1", - "location": "cn", + "location": "πŸ‡¨πŸ‡³", "password": "USER_DEFAULT_PASSWORD" }, { @@ -13,7 +13,7 @@ "name": "node2", "type": "vmware", "host": "host2", - "location": "jp", + "location": "πŸ‡―πŸ‡΅", "password": "USER_DEFAULT_PASSWORD" }, { @@ -22,7 +22,7 @@ "name": "node3", "type": "Nothing", "host": "host3", - "location": "fr", + "location": "πŸ‡«πŸ‡·", "password": "USER_DEFAULT_PASSWORD" }, { @@ -30,7 +30,7 @@ "name": "ssss", "type": "ssss", "host": "ssss", - "location": "ssss", + "location": "πŸ‡ΊπŸ‡Έ", "password": "USER_DEFAULT_PASSWORD" } ] diff --git a/server/config.json b/server/config.json index d5e823b..0d147a1 100644 --- a/server/config.json +++ b/server/config.json @@ -5,7 +5,7 @@ "name": "node1", "type": "xen", "host": "host1", - "location": "cn", + "location": "πŸ‡¨πŸ‡³", "password": "USER_DEFAULT_PASSWORD" }, { @@ -13,7 +13,7 @@ "name": "node2", "type": "vmware", "host": "host2", - "location": "jp", + "location": "πŸ‡―πŸ‡΅", "password": "USER_DEFAULT_PASSWORD" }, { @@ -22,7 +22,7 @@ "name": "node3", "type": "Nothing", "host": "host3", - "location": "fr", + "location": "πŸ‡«πŸ‡·", "password": "USER_DEFAULT_PASSWORD" }, { @@ -30,8 +30,8 @@ "name": "node4", "type": "kvm", "host": "host4", - "location": "kr", + "location": "πŸ‡°πŸ‡·", "password": "USER_DEFAULT_PASSWORD" } ] -} \ No newline at end of file +}