summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secrets.json3
-rw-r--r--services/webapp.json1
2 files changed, 2 insertions, 2 deletions
diff --git a/secrets.json b/secrets.json
index 5736c43..79d7b0a 100644
--- a/secrets.json
+++ b/secrets.json
@@ -3,5 +3,6 @@
"couch_admin_password": "zyMM7LZMjGE2aUvJ5sH_8SraPuxB2H5L",
"couch_ca_daemon_password": "nFdNr2AYEKTwLe_tcFdFKN_vVBsWagvd",
"couch_webapp_password": "4xWQcf7C9ACY3rRkf4AajLF2CSMWLLTz",
- "nagios_admin_password": "AyYbCS_6TpajTS8XmysJ5v54NLhZB8Lm"
+ "nagios_admin_password": "AyYbCS_6TpajTS8XmysJ5v54NLhZB8Lm",
+ "webapp_secret_token": "CkqVIXGzkT8a6LgRTqEaGSqbDx6F5DdN"
}
diff --git a/services/webapp.json b/services/webapp.json
index cf8efa1..8e886aa 100644
--- a/services/webapp.json
+++ b/services/webapp.json
@@ -1,6 +1,5 @@
{
"webapp": {
- "couchdb_user": "= global.services[:couchdb].couch.users[:admin]",
"couchdb_hosts": "= hostnames nodes_like_me[:services => :couchdb]"
},
"stunnel": "= nextport = 5000; nodes_like_me[:services => :couchdb].values.inject({}) {|hsh, node| hsh[node.name + node.couch.port.to_s] = {'accept_port' => nextport.to_s, 'connect' => node.domain.name}; nextport+=1; hsh}",