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