Create overview of ports used

This commit is contained in:
Simon Warta
2020-08-06 10:37:01 +02:00
parent d2bf447575
commit b0c4d0e126
4 changed files with 29 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
set -o errexit -o nounset -o pipefail
command -v shellcheck > /dev/null && shellcheck "$0"
# Please keep this in sync with the Ports overview in HACKING.md
TENDERMINT_PORT_GUEST="26657"
TENDERMINT_PORT_HOST="26657"
API_PORT_GUEST="1317"