summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
blob: 4855abd8179924b1e17b188879cf3e59d8802767 (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_user %>
  password: <%= @couchdb_password %>