summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/wallaby.json5
-rw-r--r--services/webapp.json3
2 files changed, 7 insertions, 1 deletions
diff --git a/nodes/wallaby.json b/nodes/wallaby.json
index d87c3dc..ffb92d4 100644
--- a/nodes/wallaby.json
+++ b/nodes/wallaby.json
@@ -4,5 +4,8 @@
"services": [
"monitor",
"webapp"
- ]
+ ],
+ "webapp": {
+ "secure": true
+ }
}
diff --git a/services/webapp.json b/services/webapp.json
index 2c63c08..dcd0483 100644
--- a/services/webapp.json
+++ b/services/webapp.json
@@ -1,2 +1,5 @@
{
+ "webapp": {
+ "admins": ["elijah", "etest1"]
+ }
}