diff options
-rw-r--r-- | nodes/woodlouse.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nodes/woodlouse.json b/nodes/woodlouse.json index 7fda8fe..79f679a 100644 --- a/nodes/woodlouse.json +++ b/nodes/woodlouse.json @@ -1,5 +1,8 @@ { - "couchdb2": null, "ip_address": "199.119.112.2", - "services": "couchdb" + "services": [ + "couchdb", + "soledad" + ], + "tags": ["production", "phnompenh"] } |