summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-18 18:24:16 +0100
committervarac <varacanero@zeromail.org>2013-03-18 18:24:16 +0100
commitfbae857865f3e2d61d9e55693c5cce411f7565ca (patch)
tree15831e6a34ac7ae1974267ec60822084c12ab4d6 /puppet/modules/site_webapp/templates/couchdb.yml.erb
parent6609b3ed4125d1e46ba16b5bc7d7957bcbee6a42 (diff)
Webapp: Use stunnel localhost:5000 for couchdb connection
Diffstat (limited to 'puppet/modules/site_webapp/templates/couchdb.yml.erb')
-rw-r--r--puppet/modules/site_webapp/templates/couchdb.yml.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.yml.erb b/puppet/modules/site_webapp/templates/couchdb.yml.erb
index ee521713..d9ecb4b2 100644
--- a/puppet/modules/site_webapp/templates/couchdb.yml.erb
+++ b/puppet/modules/site_webapp/templates/couchdb.yml.erb
@@ -1,8 +1,8 @@
production:
prefix: ""
- protocol: 'https'
+ protocol: 'http'
host: <%= @couchdb_host %>
- port: 6984
+ port: 5000
username: <%= @couchdb_user %>
password: <%= @couchdb_password %>