summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-12-11 16:45:56 -0500
committerMicah Anderson <micah@riseup.net>2012-12-11 16:45:56 -0500
commit51bbe9d6d5ce7e780c25fe31d5250047c97b05e2 (patch)
tree616cf1a2fcbd65053f1f9029933fff332899e015 /puppet/modules/site_webapp/templates/couchdb.yml.erb
parentbe2c1c97db09d8db7ebfdc4b6d8e0341f15bce8e (diff)
fix couchdb port
Diffstat (limited to 'puppet/modules/site_webapp/templates/couchdb.yml.erb')
-rw-r--r--puppet/modules/site_webapp/templates/couchdb.yml.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_webapp/templates/couchdb.yml.erb b/puppet/modules/site_webapp/templates/couchdb.yml.erb
index f5132599..be33770b 100644
--- a/puppet/modules/site_webapp/templates/couchdb.yml.erb
+++ b/puppet/modules/site_webapp/templates/couchdb.yml.erb
@@ -1,7 +1,7 @@
production:
protocol: 'https'
host: <%= couchdb_host %>
- port: 443
+ port: 6984
username: <%= couchdb_user %>
password: <%= couchdb_password %>