Skip to content

Instantly share code, notes, and snippets.

@akheron
Created October 5, 2011 06:38
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 akheron/1263790 to your computer and use it in GitHub Desktop.
Save akheron/1263790 to your computer and use it in GitHub Desktop.
Standalone CouchDB configuration for running a test server
# couchdb -a couchdb_test.ini >couhdb_stdout.log 2>couchdb_stderr.log
[couchdb]
database_dir = MY_TEMP_DIR/couch
view_index_dir = MY_TEMP_DIR/couch
[httpd]
port = MY_PORT
bind_address = 127.0.0.1
[log]
file = MY_TEMP_DIR/couchdb.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment