Skip to content

Commit

Permalink
Fixing the CLI commands for starting the envoys
Browse files Browse the repository at this point in the history
Signed-off-by: Teodor Parvanov <[email protected]>
  • Loading branch information
teoparvanov committed Feb 19, 2025
1 parent 6bd344a commit 68b34d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
ENVOY_NAME=$1
ENVOY_CONF=$2

fx envoy start -n "$ENVOY_NAME" --disable-tls -c "$ENVOY_CONF"
fx envoy start -n "$ENVOY_NAME" --disable-tls -ec "$ENVOY_CONF" -dh localhost -dp 50050
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
ENVOY_NAME=$1
ENVOY_CONF=$2

fx envoy start -n "$ENVOY_NAME" --disable-tls -c "$ENVOY_CONF"
fx envoy start -n "$ENVOY_NAME" --disable-tls -ec "$ENVOY_CONF" -dh localhost -dp 50050
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
ENVOY_NAME=$1
ENVOY_CONF=$2

fx envoy start -n "$ENVOY_NAME" --disable-tls -c "$ENVOY_CONF"
fx envoy start -n "$ENVOY_NAME" --disable-tls -ec "$ENVOY_CONF" -dh localhost -dp 50050
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e
ENVOY_NAME=$1
ENVOY_CONF=$2

fx envoy start -n "$ENVOY_NAME" --disable-tls -c "$ENVOY_CONF"
fx envoy start -n "$ENVOY_NAME" --disable-tls -ec "$ENVOY_CONF" -dh localhost -dp 50050

0 comments on commit 68b34d2

Please sign in to comment.