Skip to content

Commit

Permalink
chore: Enable GRPC port
Browse files Browse the repository at this point in the history
  • Loading branch information
chinhnd-smartosc committed May 6, 2024
1 parent d55b4f0 commit 8d1b945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cosmos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
ports:
- "26657:26657"
- "26656:26656"
- "9090:9090"
- "4500:4500"
- "1317:1317"
restart: always
4 changes: 2 additions & 2 deletions cosmos/scripts/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ enabled-unsafe-cors = false
[grpc]

# Enable defines if the gRPC server should be enabled.
enable = false
enable = true

# Address defines the gRPC server address to bind to.
address = "localhost:9090"
Expand All @@ -179,7 +179,7 @@ max-send-msg-size = "2147483647"
# GRPCWebEnable defines if the gRPC-web should be enabled.
# NOTE: gRPC must also be enabled, otherwise, this configuration is a no-op.
# NOTE: gRPC-Web uses the same address as the API server.
enable = false
enable = true

###############################################################################
### State Sync Configuration ###
Expand Down

0 comments on commit 8d1b945

Please sign in to comment.