summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/leech.json5
-rw-r--r--nodes/wallaby.json11
2 files changed, 10 insertions, 6 deletions
diff --git a/nodes/leech.json b/nodes/leech.json
index a582a5a..332815f 100644
--- a/nodes/leech.json
+++ b/nodes/leech.json
@@ -1,6 +1,9 @@
{
"ip_address": "198.252.153.85",
- "services": "mx",
+ "services": ["webapp", "mx"],
+ "webapp": {
+ "secure": true
+ },
"tags": [
"demo",
"seattle"
diff --git a/nodes/wallaby.json b/nodes/wallaby.json
index 82856a1..358528c 100644
--- a/nodes/wallaby.json
+++ b/nodes/wallaby.json
@@ -1,8 +1,9 @@
{
+ "enabled": false,
"ip_address": "204.13.164.57",
- "tags": ["demo", "seattle"],
- "services": "webapp",
- "webapp": {
- "secure": true
- }
+ "tags": ["demo", "seattle"]
+ //"services": "webapp",
+ //"webapp": {
+ // "secure": true
+ //}
}