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