-
Notifications
You must be signed in to change notification settings - Fork 63
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
Setup multiple connections on same home #127
Comments
This is a good question. I need to check the current state of the CLI |
Ah, this exists as we wanted to make You can use an You can also run it without any If this is all to confusing, I could remove the cli flags here and make it only Or error if multiple elements are both set and are not identical. What do you think? |
Considering 12 factor style, flags makes sense.
This could work. Also specifying which app.yaml to run as flag could make sense. |
That is what the |
Currently you can only setup one connection from registry and this information is saved to
app.yaml
For setting up new relayers on the same machine, the
registry.yaml
must be copied to a new relayer home and set up must be done again for the connection.app.yaml:
In this case what
ibc-relayer start --src --dst
flags are for?Please close the issue if you are aware of this issue.
The text was updated successfully, but these errors were encountered: