From 7d15a3e34781882c213d949009902b618d013637 Mon Sep 17 00:00:00 2001 From: amela Date: Tue, 28 Nov 2023 10:18:02 +0100 Subject: [PATCH] docs/node/ias: Update config file for 23.0 --- docs/node/run-your-node/ias-proxy.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) 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