aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBen Cohen2013-01-31 09:17:29 -0800
committerJack Nagel2013-01-31 15:57:44 -0600
commitb852b7e07731f27507185ac01e5ad8c04785f1de (patch)
tree19d7d2229faed2fa9e8ba83946dc699a722a4b18 /Library
parent44544fe96888a2e47bd07c453101a1ab1ea02d79 (diff)
downloadhomebrew-b852b7e07731f27507185ac01e5ad8c04785f1de.tar.bz2
couchdb-lucene: update generated ini file
Fixes #17452. Closes #17471. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/couchdb-lucene.rb10
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb
index 62cc7b1c6..00dc865d7 100644
--- a/Library/Formula/couchdb-lucene.rb
+++ b/Library/Formula/couchdb-lucene.rb
@@ -18,14 +18,8 @@ class CouchdbLucene < Formula
end
def ini_file; <<-EOS.undent
- [couchdb]
- os_process_timeout=60000 ; increase the timeout from 5 seconds.
-
- [external]
- fti=#{which 'python'} #{prefix}/tools/couchdb-external-hook.py
-
- [httpd_db_handlers]
- _fti = {couch_httpd_external, handle_external_req, <<"fti">>}
+ [httpd_global_handlers]
+ _fti = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1:5985">>}
EOS
end