Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Created July 16, 2014 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeybaker/a3e5ab65c0edc45df145 to your computer and use it in GitHub Desktop.
Save joeybaker/a3e5ab65c0edc45df145 to your computer and use it in GitHub Desktop.
configuring couchdb

couchdb setup

  • create an admin user
  • then
couch_httpd_auth
    require_valid_user = true
couchdb
    delayed_commits = false
couch_httpd_auth
    timeout = 2592000
replicator
    ssl_certificate_max_depth = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment