Skip to content

Commit

Permalink
Merge pull request #1741 from 18F/egress-doc-updates
Browse files Browse the repository at this point in the history
egress documentation: specify tcp port
  • Loading branch information
cantsin authored Apr 1, 2024
2 parents eb11c75 + 57d9672 commit 4cc9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/egress.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Once that looks good, you will need to set the proxy environment variable on Toc
cf target -s tock-staging

# enable tock staging to talk to the egress server
cf add-network-policy tock-staging staging-egress -s staging-egress
cf add-network-policy tock-staging staging-egress -s staging-egress --protocol tcp --port 61443

# provide an environment variable with the egress_proxy path
cf set-env tock-staging egress_proxy https://<username>:<password>@<egress-host>.apps.internal:61443
Expand Down

0 comments on commit 4cc9943

Please sign in to comment.