From 55ee8c7f9188443900c52a69ae408bcf457be62a Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Mon, 19 May 2008 19:20:19 +0000 Subject: 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 --- etc/couchdb/couch.ini.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/couchdb') 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 -- cgit v1.2.3