diff --git a/docs/node/run-your-node/ias-proxy.md b/docs/node/run-your-node/ias-proxy.md index 7f896a2925..b9bddf62cb 100644 --- a/docs/node/run-your-node/ias-proxy.md +++ b/docs/node/run-your-node/ias-proxy.md @@ -58,18 +58,13 @@ 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 +mode: client +common: + data_dir: /node/ias + log: + format: JSON + level: + default: info ``` ## Starting the IAS Proxy