Skip to content

Commit

Permalink
Deploy: updated env for network settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jun 4, 2024
1 parent a25f860 commit c5e7075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion deploy/network_settings.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ NIFI_HOST_NAME="test-5:0.0.0.0"


# general network settings
HTTPS_PROXY=""
HTTP_PROXY=""
HTTPS_PROXY=""
NO_PROXY=""
8 changes: 4 additions & 4 deletions deploy/nifi.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ NIFI_INPUT_SOCKET_PORT=10000
NIFI_UID=1000
NIFI_GID=1000

HTTPS_PROXY=""
HTTP_PROXY=""
NO_PROXY=""

# env vars defining locations of proposed output logs for scripts
USER_SCRIPT_LOGS_DIR="/opt/nifi/user-scripts/logs/"

Expand Down Expand Up @@ -67,3 +63,7 @@ USER_SCRIPT_DB_DIR="/opt/nifi/user-scripts/db/"
#LDAP_TLS_KEYSTORE=/opt/certs/ldaps_keystore.jks
#LDAP_TLS_KEYSTORE_TYPE=JKS
#LDAP_TLS_KEYSTORE_PASSWORD=


# NiFi user

0 comments on commit c5e7075

Please sign in to comment.