Skip to content

Commit

Permalink
emoji location
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 9, 2021
1 parent 9601ef1 commit 55ee9ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions autodeploy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"name": "node1",
"type": "xen",
"host": "host1",
"location": "cn",
"location": "🇨🇳",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "s02",
"name": "node2",
"type": "vmware",
"host": "host2",
"location": "jp",
"location": "🇯🇵",
"password": "USER_DEFAULT_PASSWORD"
},
{
Expand All @@ -22,15 +22,15 @@
"name": "node3",
"type": "Nothing",
"host": "host3",
"location": "fr",
"location": "🇫🇷",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "s04",
"name": "ssss",
"type": "ssss",
"host": "ssss",
"location": "ssss",
"location": "🇺🇸",
"password": "USER_DEFAULT_PASSWORD"
}
]
Expand Down
10 changes: 5 additions & 5 deletions server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"name": "node1",
"type": "xen",
"host": "host1",
"location": "cn",
"location": "🇨🇳",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "s02",
"name": "node2",
"type": "vmware",
"host": "host2",
"location": "jp",
"location": "🇯🇵",
"password": "USER_DEFAULT_PASSWORD"
},
{
Expand All @@ -22,16 +22,16 @@
"name": "node3",
"type": "Nothing",
"host": "host3",
"location": "fr",
"location": "🇫🇷",
"password": "USER_DEFAULT_PASSWORD"
},
{
"username": "s04",
"name": "node4",
"type": "kvm",
"host": "host4",
"location": "kr",
"location": "🇰🇷",
"password": "USER_DEFAULT_PASSWORD"
}
]
}
}

0 comments on commit 55ee9ca

Please sign in to comment.