summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-03-10 20:34:16 +0100
committervarac <varacanero@zeromail.org>2016-03-10 20:34:16 +0100
commit13720a4e70b34e80fcee2e5a917ca8c6c3104db8 (patch)
treec03398e2ae9a660dd6f3076f1f61ed3b441f2c9e
parent49dca82a544d41b4d441af2ceeb72d6716ebb893 (diff)
remove port 4422 from disabled tag
-rw-r--r--secrets.json1
-rw-r--r--tags/disabled.json7
2 files changed, 3 insertions, 5 deletions
diff --git a/secrets.json b/secrets.json
index 4e6eb7c..f46ba32 100644
--- a/secrets.json
+++ b/secrets.json
@@ -75,6 +75,7 @@
"couch_soledad_password_salt": "e2b6fa1a29b1afbe1ea4a3f7ec5bacc7",
"couch_webapp_password": "pg9XGGdt4Dr3WcM9PYDqMmxxKHTpvsc9",
"couch_webapp_password_salt": "7e8868f8c4775290fd37d2f520d13672",
+ "nagios_admin_password": "kYNbjQCSCKgxCZmUJHcUCAMsc7ItrCuS",
"nagios_test_password": "uI_cYvPGNDZrcXTVLH_x88QFWjJ2yCZT",
"webapp_secret_token": "btsFN6UD9nfP4SAWDYMmuMkgRTL5WW7E"
},
diff --git a/tags/disabled.json b/tags/disabled.json
index 153d24e..94563a0 100644
--- a/tags/disabled.json
+++ b/tags/disabled.json
@@ -1,6 +1,3 @@
{
- "environment": "disabled",
- "ssh": {
- "port": 4422
- }
-} \ No newline at end of file
+ "environment": "disabled"
+}