summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-03-19 18:21:18 -0400
committerMicah Anderson <micah@riseup.net>2013-03-19 18:21:18 -0400
commit4836e1f26b35a89ddac37ff9314dc5cef032f5d1 (patch)
treec657dc369d7e5e4f89185fd362ee3bbf6a272681 /services
parenta074d77de0fa3f32ee5f37d85b5115ac901d7cdd (diff)
add webapp secret generated from 'leap compile'
Diffstat (limited to 'services')
-rw-r--r--services/webapp.json1
1 files changed, 0 insertions, 1 deletions
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}",