diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ant.json | 3 | ||||
-rw-r--r-- | nodes/worm.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/nodes/ant.json b/nodes/ant.json index b5d3373..1951378 100644 --- a/nodes/ant.json +++ b/nodes/ant.json @@ -2,8 +2,7 @@ "ip_address": "198.252.153.82", "services": "couchdb", "tags": [ - "production", - "seattle" + "production" ], "enabled": true } diff --git a/nodes/worm.json b/nodes/worm.json index 7ad3ec2..7e3f733 100644 --- a/nodes/worm.json +++ b/nodes/worm.json @@ -4,5 +4,5 @@ "couchdb", "soledad" ], - "tags": ["production", "hongkong"] + "tags": ["production", "seattle"] } |