summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
blob: 2bef0af5a7ea2b938ac3b62c43fa701909d63d13 (plain)
1
2
3
4
5
6
7
8
9
production:
  prefix: ""
  protocol: 'http'
  host: <%= @couchdb_host %>
  port: <%= @couchdb_port %>
  auto_update_design_doc: false
  username: <%= @couchdb_webapp_user %>
  password: <%= @couchdb_webapp_password %>