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

(low priority) option to set the node port #87

Open
SebastienGllmt opened this issue Dec 15, 2024 · 1 comment
Open

(low priority) option to set the node port #87

SebastienGllmt opened this issue Dec 15, 2024 · 1 comment

Comments

@SebastienGllmt
Copy link
Contributor

To connect to the generated node (ex: from Dolos), I need to provide a node port (ex: peer_address = "localhost:3001")

I noticed there is no way to override the node port unlike other services

Of course, I can always just hardcode it to 3001 and assume it will always work, but it could be nice to have a way to manually specify the port so I can guarantee Dolos is looking at the right place when I generate my dolos config

@satran004
Copy link
Member

@SebastienGllmt Currently node port can be changed through the command arg

create-node -o --port 3002 --start

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

2 participants