On Thu, Aug 20, 2015 at 9:37 PM, Florin Andrei <[email protected]> wrote: > On 2015-08-20 11:19, Alexander Shorin wrote: >> >> >> All the configuration parameters are described in docs: >> http://docs.couchdb.org/en/1.6.1/config/ > > > Is if fair to assume that I will get the full list of current config > parameters if I do this? > > curl -X GET http://localhost:5984/_config
No, you'll get here only those that are explicitly defined in config ini files. Some of them may be not defined because options are turned off (like ssl) or because they use implicit defaults which are defined in code (and docs). -- ,,,^..^,,,
