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