summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/templates/couchdb.yml.erb
blob: ee521713a1543d916ade7002c46aa618fb82630f (plain)
1
2
3
4
5
6
7
8
production:
  prefix: ""
  protocol: 'https'
  host: <%= @couchdb_host %>
  port: 6984
  username: <%= @couchdb_user %>
  password: <%= @couchdb_password %>