From 74618c04b3a48f0d0f201694d8a2ff72c06a9581 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Thu, 21 Jul 2022 09:20:30 +0300 Subject: [PATCH] [#592] Change rpc_endpoint param examples Signed-off-by: Denis Kirillov --- config/config.yaml | 2 +- docs/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 04d7e42..fa0ec53 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -36,7 +36,7 @@ logger: level: debug # RPC endpoint and order of resolving of bucket names -rpc_endpoint: http://node4.neofs:40332 +rpc_endpoint: http://morph-chain.neofs.devenv:30333 resolve_order: - nns diff --git a/docs/configuration.md b/docs/configuration.md index f0219ba..79dc19d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -138,7 +138,7 @@ address: NfgHwwTi3wHAS8aFAN243C5vGbkYDpqLHP listen_address: 0.0.0.0:8084 -rpc_endpoint: http://node4.neofs:40332 +rpc_endpoint: http://morph-chain.neofs.devenv:30333 resolve_order: - nns - dns