summaryrefslogtreecommitdiff
path: root/etc/couchdb
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2008-05-19 19:20:19 +0000
committerDamien F. Katz <damien@apache.org>2008-05-19 19:20:19 +0000
commit55ee8c7f9188443900c52a69ae408bcf457be62a (patch)
treee98a332b9b43208f4d7494ac357c51df81866b29 /etc/couchdb
parent4e47fa72aedc6533bd669599e325c911b2c8c68e (diff)
Changed temp view definition to always be jsonobjects with map/reduce source as members of the object. Everywhere we used 'text/javascript' or 'application/javascript', we now just use 'javascript'
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r--etc/couchdb/couch.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/couch.ini.tpl.in b/etc/couchdb/couch.ini.tpl.in
index 8b3b6ec9..555ea3da 100644
--- a/etc/couchdb/couch.ini.tpl.in
+++ b/etc/couchdb/couch.ini.tpl.in
@@ -20,4 +20,4 @@ LogLevel=info
[Couch Query Servers]
-text/javascript=%bindir%/%couchjs_command_name% %pkgdatadir%/server/main.js
+javascript=%bindir%/%couchjs_command_name% %pkgdatadir%/server/main.js