summaryrefslogtreecommitdiff
path: root/rel/files
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2019-05-21 10:28:15 +0200
committerJan Lehnardt <jan@apache.org>2019-05-22 11:43:48 +0200
commit57bf82e5cc3c3ab55ad6c3e46ea2c666ac2711cc (patch)
tree3e7db6aa84225abc2698eab2a4ee3f10e1e430ba /rel/files
parent04c37fc7b50a311b75fa957d2e615e13214a1df4 (diff)
downloadcouchdb-57bf82e5cc3c3ab55ad6c3e46ea2c666ac2711cc.tar.gz
feat: move fauxton docroot config to OS env-vars for consistency
Diffstat (limited to 'rel/files')
-rwxr-xr-xrel/files/couchdb.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rel/files/couchdb.in b/rel/files/couchdb.in
index aae179aa7..f4416115a 100755
--- a/rel/files/couchdb.in
+++ b/rel/files/couchdb.in
@@ -28,6 +28,7 @@ export PROGNAME=`echo $0 | sed 's/.*\///'`
export COUCHDB_QUERY_SERVER_JAVASCRIPT="{{prefix}}/bin/couchjs {{prefix}}/share/server/main.js"
export COUCHDB_QUERY_SERVER_COFFEESCRIPT="{{prefix}}/bin/couchjs {{prefix}}/share/server/main-coffee.js"
+export COUCHDB_FAUXTON_DOCROOT={{fauxton_root}}
ARGS_FILE="${COUCHDB_ARGS_FILE:-$ROOTDIR/etc/vm.args}"
SYSCONFIG_FILE="${COUCHDB_SYSCONFIG_FILE:-$ROOTDIR/releases/$APP_VSN/sys.config}"