Skip to content

Instantly share code, notes, and snippets.

@tomiles
Created August 17, 2009 09:46
Show Gist options
  • Save tomiles/169027 to your computer and use it in GitHub Desktop.
Save tomiles/169027 to your computer and use it in GitHub Desktop.
[couchdb]
os_process_timeout=60000
;max_document_size = 4294967296 ; bytes
[external]
fti=/usr/bin/java -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb-lucene -jar /Users/tomsante/git/couchdb-lucene/target/couchdb-lucene-0.4-SNAPSHOT-jar-with-dependencies.jar -search
[httpd]
;port = 5984
;bind_address = 127.0.0.1
[log]
;level = debug
[update_notification]
indexer=/usr/bin/java -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb-lucene -jar /Users/tomsante/git/couchdb-lucene/target/couchdb-lucene-0.4-SNAPSHOT-jar-with-dependencies.jar -index
;unique notifier name=/full/path/to/exe -with "cmd line arg"
[httpd_db_handlers]
_fti = {couch_httpd_external, handle_external_req, <<"fti">>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment