Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Does nifi.properties file accept Env variables?

avatar
Expert Contributor

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.

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Alvin Jin

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

View solution in original post

2 REPLIES 2

avatar
Master Mentor
@Alvin Jin

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

avatar
Expert Contributor

I see. Thanks.