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