Created 07-31-2017 04:13 PM
Hello,
Let's say I have HOSTNAME as an env variable.
May I set below property in nifi.properties file?
nifi.web.http.host=$HOSTNAME
Thanks.
Created 07-31-2017 05:01 PM
The nifi.properties file does not support environment variables. It expects hardcoded values or it will use default values some properties in teh absense of a configured value.
Thanks,
Matt
Created 07-31-2017 05:01 PM
The nifi.properties file does not support environment variables. It expects hardcoded values or it will use default values some properties in teh absense of a configured value.
Thanks,
Matt
Created 07-31-2017 05:28 PM
I see. Thanks.