-
Notifications
You must be signed in to change notification settings - Fork 34
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
docs/node/ias: Update config file for 23.0 #648
Conversation
✅ Deploy Preview for trusting-archimedes-14c863 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
7d15a3e
to
8062364
Compare
docs/node/run-your-node/ias-proxy.md
Outdated
``` | ||
|
||
## Starting the IAS Proxy | ||
|
||
You can start the IAS Proxy using the following command: | ||
|
||
```bash | ||
oasis-node ias proxy --config /node/ias/config.yml --address unix:{{ oasis_node_socket }} | ||
/srv/node/bin/oasis-node ias proxy \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You used the paths from my config, please adapt them to be consistent with the other docs (e.g. /node/...
).
8062364
to
ed62eb2
Compare
docs/node/run-your-node/ias-proxy.md
Outdated
oasis-node ias proxy --config /node/ias/config.yml --address unix:{{ oasis_node_socket }} | ||
oasis-node ias proxy \ | ||
--config /node/ias/config.yml \ | ||
--address {{ oasis_node_socket }} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--address {{ oasis_node_socket }} \ | |
--address unix:{{ oasis_node_socket }} \ |
ed62eb2
to
5e2fa27
Compare
5e2fa27
to
2ed3d99
Compare
Migrated with
oasis-node config migrate
I do not know if the script migrated config correctly. This got omitted: