You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/23 00:56:25 UTC

[GitHub] wohali closed pull request #358: Startup script uses COUCHDB_ARGS_FILE for vm.args path

wohali closed pull request #358: Startup script uses COUCHDB_ARGS_FILE for vm.args path
URL: https://github.com/apache/couchdb-documentation/pull/358
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/config/intro.rst b/src/config/intro.rst
index 35d5d88..2cf2ba2 100644
--- a/src/config/intro.rst
+++ b/src/config/intro.rst
@@ -66,10 +66,10 @@ is the same as setting the ``ERL_FLAGS`` environment variable.
 If there is a need to use different ``vm.args`` or ``sys.config`` files, for
 example, in different locations to the ones provided by CouchDB, or you don't
 want to edit the original files, the default locations may be changed by
-setting the COUCHDB_VM_ARGS_FILE or COUCHDB_SYSCONFIG_FILE environment
+setting the COUCHDB_ARGS_FILE or COUCHDB_SYSCONFIG_FILE environment
 variables::
 
-    export COUCHDB_VM_ARGS_FILE="/path/to/my/vm.args"
+    export COUCHDB_ARGS_FILE="/path/to/my/vm.args"
     export COUCHDB_SYSCONFIG_FILE="/path/to/my/sys.config"
 
 Parameter names and values


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services