Skip to content

Instantly share code, notes, and snippets.

@andywenk
Created August 31, 2014 16:49
Show Gist options
  • Save andywenk/90ffb53b5fd58b11a4bc to your computer and use it in GitHub Desktop.
Save andywenk/90ffb53b5fd58b11a4bc to your computer and use it in GitHub Desktop.
~/Library/Application\ Support/CouchDB/etc/couchdb/local.ini
[couchdb]
database_dir = /Users/andwen/Library/Application Support/CouchDB/var/lib/couchdb
view_index_dir = /Users/andwen/Library/Application Support/CouchDB/var/lib/couchdb
uri_file = /Users/andwen/Library/Application Support/CouchDB/var/run/couchdb/couch.uri
util_driver_dir = lib/couchdb/erlang/lib/couch-1.6.0/priv/lib
index_dir = /Users/andwen/Library/Application Support/CouchDB/var/lib/couchdb
uuid = 7f964204e378bdc1288dc7fa306e9f37
[query_servers]
javascript = bin/couchjs share/couchdb/server/main.js
coffeescript = bin/couchjs share/couchdb/server/main-coffee.js
[log]
file = /Users/andwen/Library/Application Support/CouchDB/var/log/couchdb/couch.log
[product]
[httpd_global_handlers]
_utils = {couch_httpd_misc_handlers, handle_utils_dir_req, "share/couchdb/www"}
favicon.ico = {couch_httpd_misc_handlers, handle_favicon_req, "share/couchdb/www"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment