pgj commented on code in PR #4813: URL: https://github.com/apache/couchdb/pull/4813#discussion_r1409620871
########## src/docs/src/config/intro.rst: ########## @@ -126,9 +126,10 @@ by at least one space on each side. This might be useful in the ``[jwt_keys]`` section, where base64 encoded keys may contain some ``=`` characters. .. note:: - In case when you'd like to remove some parameter from the `default.ini` - without modifying that file, you may override in `local.ini`, but without - any value:: + In case you'd like to remove some parameter from an `.ini` file + (e.g. `default.ini`) without modifying that file, you may override + it in a subsequently loaded `.ini` file (e.g. `local.ini`), but Review Comment: Ah, that is perfect, thank you. I do not think I have problems with the wording. I just wondered if this has been made explicit up to this point. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
