Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dynamic port allocation for tendermint when running local deployment #2259

Open
OjusWiZard opened this issue Sep 27, 2024 · 0 comments

Comments

@OjusWiZard
Copy link
Member

Is your feature request related to a problem? Please describe.
Right now, when we build for local deployment with deploy build --localhost, tendermint is configured hardcoded to use its default ports like this:

"P2P_LADDR": "tcp://localhost:26656",
"RPC_LADDR": "tcp://localhost:26657",
"PROXY_APP": "tcp://localhost:26658",

Describe the solution you'd like
It should be configurable

Describe alternatives you've considered
Maybe through CLI args or environment variables?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant