diff options
author | Micah Anderson <micah@riseup.net> | 2013-03-19 16:37:56 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-03-19 16:37:56 -0400 |
commit | fe8085f670eb3bca10c5bb0d9890e00a0d9c59d9 (patch) | |
tree | 97b25cc1f18ff876f283de505e31810f82e47d44 /puppet/modules/site_webapp/templates | |
parent | f1b405b503a76526551ac0110cad8798de46dfd8 (diff) |
configure webapp haproxy couchdb connection
Diffstat (limited to 'puppet/modules/site_webapp/templates')
-rw-r--r-- | puppet/modules/site_webapp/templates/couchdb.yml.erb | 2 |
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 3ae255b0..4855abd8 100644 --- a/puppet/modules/site_webapp/templates/couchdb.yml.erb +++ b/puppet/modules/site_webapp/templates/couchdb.yml.erb @@ -2,7 +2,7 @@ production: prefix: "" protocol: 'http' host: <%= @couchdb_host %> - port: 5000 + port: <%= @couchdb_port %> auto_update_design_doc: false username: <%= @couchdb_user %> password: <%= @couchdb_password %> |