summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-09-21 15:43:59 +0200
committerJan Lehnardt <jan@apache.org>2013-10-03 17:21:29 +0200
commit1c61f30b30e15397ee039d66991abbeb2c03e321 (patch)
treecf37e53193f9c018d3ce070c170c07c6b0460ce5
parentdc375701d02db659b6364f1d2aab4d6631c1e285 (diff)
downloadcouchdb-1c61f30b30e15397ee039d66991abbeb2c03e321.tar.gz
configure nodejs view server
-rw-r--r--etc/couchdb/default.ini.tpl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 3267001ae..981bbb1d6 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -123,6 +123,7 @@ use_users_db = false
[query_servers]
javascript = %bindir%/%couchjs_command_name% %localbuilddatadir%/server/main.js
coffeescript = %bindir%/%couchjs_command_name% %localbuilddatadir%/server/main-coffee.js
+nodejs = /usr/local/bin/couchjs-node %localbuilddatadir%/server/main.js
; Changing reduce_limit to false will disable reduce_limit.