Skip to content

Commit

Permalink
chore: update config port for localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Jan 28, 2024
1 parent bf7ba9f commit 5f9b3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ func DefaultConfigLocalnet() *Config {
conf.Network.NetworkName = "pactus-localnet"
conf.Network.DefaultPort = 21666
conf.GRPC.Enable = true
conf.GRPC.Listen = "[::]:0"
conf.GRPC.Listen = "[::]:50052"
conf.GRPC.Gateway.Enable = true
conf.GRPC.Gateway.Listen = "[::]:0"
conf.HTTP.Enable = true
conf.HTTP.Listen = "[::]:0"
conf.Nanomsg.Enable = true
conf.Nanomsg.Listen = "tcp://[::]:0"
conf.Nanomsg.Listen = "tcp://[::]:40799"

return conf
}
Expand Down

0 comments on commit 5f9b3ae

Please sign in to comment.