fgerlits commented on code in PR #2069: URL: https://github.com/apache/nifi-minifi-cpp/pull/2069#discussion_r2689889527
########## README.md: ########## @@ -457,8 +457,22 @@ The performance tests can similarly be enabled. To execute them and see their ou $ ctest --verbose -L performance ``` + ### Configuring -The 'conf' directory in the installation root contains a template config.yml document, minifi.properties, and minifi-log.properties. Please see our [Configuration document](CONFIGURE.md) for details on how to configure agents. +The 'conf' directory in the installation root contains all configuration files. + +The files conf/minifi.properties, conf/minifi-log.properties and conf/minifi-uid.properties contain key-value pair configuration settings; +these are the default settings supplied by the latest MiNiFi version. If you would like to modify these, you should create a corresponding +.d directory (e.g. conf/minifi.properties.d) and put your settings in a new file inside this directory. These files are read and applied Review Comment: done in 511df0a580a04cfcddec4a11d15a209c6782592b and af0b755437903772a34a73c966505f61c088116a -- 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]
