Skip to content

Commit

Permalink
docs/node/ias: Update config file for 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Nov 28, 2023
1 parent dba6ae3 commit 8062364
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions docs/node/run-your-node/ias-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,24 @@ In order to configure the IAS proxy create the `/node/ias/config.yml` file with
the following content:

```yaml
datadir: /node/ias

log:
level:
default: info
format: JSON

ias:
production: true

grpc:
port: 8650
common:
data_dir: /node/ias
log:
format: JSON
level:
default: info
```
## 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 \
--config /srv/ias/etc/config.yml \
--address {{ oasis_node_socket }} \
--ias.production true \
--grpc.port 8650
```

Before using this configuration you should collect the following information to
Expand Down

0 comments on commit 8062364

Please sign in to comment.