This is an automated email from the ASF dual-hosted git repository. martinzink pushed a commit to branch MINIFICPP-2584-apache in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 0292c5c7a9f2a999e326bc6c64f9f54a74fff4df Author: Martin Zink <[email protected]> AuthorDate: Wed Jul 16 14:15:40 2025 +0200 specify asset dir in conf --- conf/minifi.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/minifi.properties.in b/conf/minifi.properties.in index f1f94c40a..01441816c 100644 --- a/conf/minifi.properties.in +++ b/conf/minifi.properties.in @@ -132,7 +132,7 @@ nifi.c2.full.heartbeat=false #controller.ssl.context.service=SSLContextService ## specify the destination of c2 directed assets -#nifi.asset.directory=@MINIFI_PATH_ASSET_DIR@ +nifi.asset.directory=@MINIFI_PATH_ASSET_DIR@ ## You probably don't need to touch this, but you can if you want to # nifi.default.internal.buffer.size=4096
