Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Document changes to the couchdb start script (apache#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
efine authored and jiangphcn committed Mar 16, 2018
1 parent 6915323 commit b979d24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ is the same as setting the ``ERL_FLAGS`` environment variable.
locations. Use these options only when necessary, and be sure to track
the contents of ``etc/default.ini``, which may change in future releases.

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
variables::

export COUCHDB_VM_ARGS_FILE="/path/to/my/vm.args"
export COUCHDB_SYSCONFIG_FILE="/path/to/my/sys.config"

Parameter names and values
==========================

Expand Down

0 comments on commit b979d24

Please sign in to comment.