Skip to content

Instantly share code, notes, and snippets.

@nailor
Created October 4, 2011 12:50
Show Gist options
  • Save nailor/1261562 to your computer and use it in GitHub Desktop.
Save nailor/1261562 to your computer and use it in GitHub Desktop.
Minimum configuration to start couchdb
[couchdb]
database_dir = tmp/couch
view_index_dir = tmp/couch
[httpd]
port = 8922
bind_address = 127.0.0.1
[log]
file = tmp/couch.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment