This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 2404-win-envvar
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 749fff3e46792b4309450d3e2b351bb3a9acc974
Author: Joan Touzet <[email protected]>
AuthorDate: Tue Jan 7 12:20:11 2020 -0500

    Uncomment COUCHDB_FAUXTON_DOCROOT for couchdb.cmd
---
 rel/files/couchdb.cmd.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel/files/couchdb.cmd.in b/rel/files/couchdb.cmd.in
index 0e9c340..0509688 100644
--- a/rel/files/couchdb.cmd.in
+++ b/rel/files/couchdb.cmd.in
@@ -27,7 +27,7 @@ set PATH=%PATH%;%COUCHDB_BIN_DIR%
 
 set COUCHDB_QUERY_SERVER_JAVASCRIPT="{{prefix}}/bin/couchjs 
{{prefix}}/share/server/main.js"
 set COUCHDB_QUERY_SERVER_COFFEESCRIPT="{{prefix}}/bin/couchjs 
{{prefix}}/share/server/main-coffee.js"
-REM set COUCHDB_FAUXTON_DOCROOT="{{fauxton_root}}"
+set COUCHDB_FAUXTON_DOCROOT="{{fauxton_root}}"
 
 "%BINDIR%\erl" -boot "%ROOTDIR%\releases\%APP_VSN%\couchdb" ^
 -args_file "%ROOTDIR%\etc\vm.args" ^

Reply via email to