Skip to content

Commit

Permalink
update extensions folder
Browse files Browse the repository at this point in the history
  • Loading branch information
parklize committed Jul 17, 2024
1 parent fdc27a1 commit 5f322bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/sh/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
uncomment "nifi.python.command" ${nifi_props_file}
prop_replace 'nifi.python.extensions.source.directory.default' "${NIFI_HOME}/python_extensions"
# Setup NiFi to scan for new NARs in nar_extensions
prop_replace 'nifi.nar.library.autoload.directory' "${NIFI_HOME}/nar_extensions"
#prop_replace 'nifi.nar.library.autoload.directory' "${NIFI_HOME}/nar_extensions"
# Establish baseline properties
#prop_replace 'nifi.web.https.port' "${NIFI_WEB_HTTPS_PORT:-8443}"
#prop_replace 'nifi.web.https.host' "${NIFI_WEB_HTTPS_HOST:-$HOSTNAME}"
Expand Down

0 comments on commit 5f322bb

Please sign in to comment.