Created
August 5, 2022 10:11
-
-
Save siteslave/504ee58405b9682b3ae15d577b77e173 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java=java | |
lib.dir=./lib | |
conf.dir=./conf | |
graceful.shutdown.seconds=20 | |
nifi.minifi.config=./conf/config.yml | |
nifi.minifi.notifier.ingestors=org.apache.nifi.minifi.bootstrap.configuration.ingestors.RestChangeIngestor | |
nifi.minifi.notifier.ingestors.receive.http.host=0.0.0.0 | |
nifi.minifi.notifier.ingestors.receive.http.port=8338 | |
java.arg.1=-Dorg.apache.jasper.compiler.disablejsr199=true | |
java.arg.2=-Xms256m | |
java.arg.3=-Xmx256m | |
java.arg.4=-Djava.net.preferIPv4Stack=true | |
java.arg.5=-Dsun.net.http.allowRestrictedHeaders=true | |
java.arg.6=-Djava.protocol.handler.pkgs=sun.net.www.protocol | |
java.arg.7=-Djava.security.egd=file:/dev/urandom | |
java.arg.14=-Djava.awt.headless=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker-compose.yaml