diff options
author | varac <varacanero@zeromail.org> | 2013-09-23 16:59:52 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-23 16:59:52 +0200 |
commit | 36106b5a21cfb8dbe1c46a85fa2e6c9a33027b6a (patch) | |
tree | 7ab1f5249db6d657e292e883b5b0b7cfa57b00dc /nodes | |
parent | cc6a1d63459a924cdc0e2e7e7098dc00b56b259e (diff) |
removed giraffe + manatee (#3911)
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/giraffe.json | 9 | ||||
-rw-r--r-- | nodes/manatee.json | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/nodes/giraffe.json b/nodes/giraffe.json deleted file mode 100644 index 54c7160..0000000 --- a/nodes/giraffe.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ip_address": "202.85.227.221", - "services": [ - "couchdb", - "soledad" - ], - "tags": ["production", "hongkong"], - "enabled": "false" -} diff --git a/nodes/manatee.json b/nodes/manatee.json deleted file mode 100644 index 4a4d68d..0000000 --- a/nodes/manatee.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ip_address": "223.223.175.4", - "services": [ - "couchdb", - "soledad" - ], - "tags": ["production", "phnompenh"], - "enabled": false -} |