[ 
https://issues.apache.org/jira/browse/COUCHDB-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457657#comment-15457657
 ] 

ASF GitHub Bot commented on COUCHDB-2623:
-----------------------------------------

GitHub user wohali opened a pull request:

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

    Update default/local ini files with new settings

    A comprehensive grep was run across the source code looking for
    references to config:get* functions. This was used to remove any
    config settings that no longer are used, and to add new defaults
    set in the code explicitly to the ini files. Any newly added lines
    were added only as *comments*.
    
    One key change: local.ini still had the [httpd] block for port and
    host bindings. As this applies to the "backend" binding and port
    now, this section was renamed [chttpd] to ensure new users of 2.0
    don't accidentally put their backend port on e.g. port 80.
    
    Fixes COUCHDB-2623.

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

    $ git pull https://github.com/wohali/couchdb 2623-update-ini-files

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

    https://github.com/apache/couchdb/pull/439.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 #439
    
----
commit a10d9dc130700bfe63ac09ca630217582c288d97
Author: Joan Touzet <woh...@apache.org>
Date:   2016-09-02T06:03:40Z

    Update default/local ini files with new settings
    
    A comprehensive grep was run across the source code looking for
    references to config:get* functions. This was used to remove any
    config settings that no longer are used, and to add new defaults
    set in the code explicitly to the ini files. Any newly added lines
    were added only as *comments*.
    
    One key change: local.ini still had the [httpd] block for port and
    host bindings. As this applies to the "backend" binding and port
    now, this section was renamed [chttpd] to ensure new users of 2.0
    don't accidentally put their backend port on e.g. port 80.
    
    Fixes COUCHDB-2623.

----


> Validate default.ini / local.ini config options
> -----------------------------------------------
>
>                 Key: COUCHDB-2623
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2623
>             Project: CouchDB
>          Issue Type: Task
>            Reporter: Alexander Shorin
>            Priority: Blocker
>              Labels: todo
>             Fix For: 2.0.0
>
>
> We need to double check our configs to ensure that there are no outdated 
> options there and all the present ones are actual to their defaults. For 
> instance:
> {code}
> [stats]
> ; rate is in milliseconds
> rate = 1000
> ; sample intervals are in seconds
> samples = [0, 60, 300, 900]
> {code}
> Is not actual anymore since we'd change the stats app, but those might expose 
> new ones.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to