summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.admin.erb
blob: a0921add2647a3f1f2012235fc471e53354fe5da (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_admin_user %>
  password: <%= @couchdb_admin_password %>