Skip to content

Instantly share code, notes, and snippets.

@dwalters-zz
Created May 11, 2009 09:23
Show Gist options
  • Save dwalters-zz/109929 to your computer and use it in GitHub Desktop.
Save dwalters-zz/109929 to your computer and use it in GitHub Desktop.
; <couchdb-lucene>
[couchdb]
os_process_timeout=60000 ; increase the timeout from 5 seconds.
[external]
fti=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb/lucene -Dcouchdb.log.dir=/opt/local/var/log/couchdb -jar /Users/dwalters/Projects/couchdb-lucene/target/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -search
[update_notification]
indexer=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java -Dcouchdb.lucene.dir=/opt/local/var/lib/couchdb/lucene -Dcouchdb.log.dir=/opt/local/var/log/couchdb -jar /Users/dwalters/Projects/couchdb-lucene/target/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -index
[httpd_db_handlers]
_fti = {couch_httpd_external, handle_external_req, <<"fti">>}
; </couchdb-lucene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment