Skip to content

Commit

Permalink
Deploy: added proxy settings to network.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Feb 5, 2024
1 parent aef3de0 commit 722e20e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/network_settings.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ ELASTICSEARCH_1_HOST_NAME="test-1:0.0.0.0"
ELASTICSEARCH_2_HOST_NAME="test-2:0.0.0.0"
ELASTICSEARCH_3_HOST_NAME="test-3:0.0.0.0"
KIBANA_HOST_NAME="test-4:0.0.0.0"
NIFI_HOST_NAME="test-5:0.0.0.0"
NIFI_HOST_NAME="test-5:0.0.0.0"


# general network settings
HTTP_PROXY=""
HTTPS_PROXY=""

0 comments on commit 722e20e

Please sign in to comment.