You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: