diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/elk.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nodes/elk.json b/nodes/elk.json index d309f45..f71c920 100644 --- a/nodes/elk.json +++ b/nodes/elk.json @@ -1,6 +1,9 @@ { - "ip_address": "1.209.122.20", + "ip_address": "1.209.122.21", "services": "couchdb", + "ssh": { + "port": 4422 + }, "tags": [ "development", "seoul" ], |