GitHub user kxepal opened a pull request:
https://github.com/apache/couchdb/pull/120
Ship single full document default config file.
The default.ini becomes really solid default config file with full set of
options with short documentation and default values. The big warning alerts
you,
that any changes made in default.ini might be overwritten and suggests you
to use local.ini for any modifications instead.
The local.ini is removed and doesn't ships with new CouchDB installations.
This also resolves issue when after CouchDB upgrade package manager asks
users
to merge their local.ini with shipped one. However, when CouchDB starts it
checks for local.ini existence and will create it if missed to keep there
all
config options modifications.
COUCHDB-1744
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb 1744-single-config-file
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/120.patch
----
commit 1c344a9669f6b3b6bafeac82ddc29a52d3eccf18
Author: Alexander Shorin <[email protected]>
Date: 2013-07-06T23:54:45Z
Ship single full document default config file.
The default.ini becomes really solid default config file with full set of
options with short documentation and default values. The big warning alerts
you,
that any changes made in default.ini might be overwritten and suggests you
to use local.ini for any modifications instead.
The local.ini is removed and doesn't ships with new CouchDB installations.
This also resolves issue when after CouchDB upgrade package manager asks
users
to merge their local.ini with shipped one. However, when CouchDB starts it
checks for local.ini existence and will create it if missed to keep there
all
config options modifications.
COUCHDB-1744
----