Skip to content

Commit

Permalink
cmd: remove localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 14, 2023
1 parent da44153 commit a9c197a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/hostd/consts_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
logPathEnvVariable = "HOSTD_LOG_PATH"
configPathEnvVariable = "HOSTD_CONFIG_FILE"

defaultAPIAddr = "localhost:9980"
defaultAPIAddr = ":9980"
defaultGatewayAddr = ":9981"
defaultRHP2Addr = ":9982"
defaultRHP3TCPAddr = ":9983"
Expand Down
2 changes: 1 addition & 1 deletion cmd/hostd/consts_testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
logPathEnvVariable = "HOSTD_ZEN_LOG_PATH"
configPathEnvVariable = "HOSTD_ZEN_CONFIG_FILE"

defaultAPIAddr = "localhost:9880"
defaultAPIAddr = ":9880"
defaultGatewayAddr = ":9881"
defaultRHP2Addr = ":9882"
defaultRHP3TCPAddr = ":9883"
Expand Down

0 comments on commit a9c197a

Please sign in to comment.