GitHub user lemenkov opened a pull request:

    https://github.com/apache/couchdb/pull/257

    Allow passing directories as the config sources

    We should allow passing the entire directories as the config sources. In
    this case CouchDB will traverse the given directories and load every
    *.ini file found.
    
    E.g.
    
    "... -couch_ini /etc/couchdb/default.d/ /etc/couchdb/local.d/ 
/path/to/extra/couchdb/default.ini /path/to/extra/couchdb/local.ini ..."
    
    Signed-off-by: Peter Lemenkov <[email protected]>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lemenkov/couchdb ini-dirs-to-merge

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/257.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #257
    
----
commit adcd4c59f9fcd0469396658be837862dcda4f8b6
Author: Peter Lemenkov <[email protected]>
Date:   2014-07-03T11:45:30Z

    Allow passing directories as the config sources
    
    We should allow passing the entire directories as the config sources. In
    this case CouchDB will traverse the given directories and load every
    *.ini file found.
    
    E.g.
    
    "... -couch_ini /etc/couchdb/default.d/ /etc/couchdb/local.d/ 
/path/to/extra/couchdb/default.ini /path/to/extra/couchdb/local.ini ..."
    
    Signed-off-by: Peter Lemenkov <[email protected]>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to