adrienverge opened a new pull request #2293: Allow override of `-couch_ini` 
parameter
URL: https://github.com/apache/couchdb/pull/2293
 
 
   This is the continuation of commit 649b808 "Allow override of
   `-args_file` and `-config` parameters (#1095)".
   
   This allows setting the `-couch_ini` files location if needed, using
   `COUCHDB_INI_FILES` env var:
   - If unset (the default), `-couch_ini` will have an empty list and
     CouchDB will start as usual.
   - If set (to a file, or list of files like
     `COUCHDB_INI_FILES=/chroot/etc/couchdb/default.ini`
     `/chroot/etc/couchdb/default.d ...`) it will allow running CouchDB with
     different settings. A useful case is being able to run multiple
     CouchDB servers on the same machine.

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


With regards,
Apache Git Services

Reply via email to