From 674856e4ab1b22e43b1148b3ab0ad83264081503 Mon Sep 17 00:00:00 2001 From: Tore Frederiksen Date: Wed, 1 Feb 2023 18:41:28 +0100 Subject: [PATCH] Updated network indexer --- content/en/curriculum/dev-tools/network-indexer/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/curriculum/dev-tools/network-indexer/index.md b/content/en/curriculum/dev-tools/network-indexer/index.md index e397373f..4dbc54b6 100644 --- a/content/en/curriculum/dev-tools/network-indexer/index.md +++ b/content/en/curriculum/dev-tools/network-indexer/index.md @@ -283,13 +283,13 @@ $ provider init -In the provider config, under the `"Reframe"` object, update the `""ProviderID": "","` with the PeerID from your kubo node that you noted in the previous step: +In the provider config, update the `"Reframe"` object. Open the index-provider config ``` $ vim ~/.index-provider/config ``` -Add in your ipfs `PeerID` to the `.index-provider/config` `"ProviderID":` like so: +Replace the `Reframe` object with the following `Reframe` object, after replacing `` with the `PeerID` you wrote down from `.ipfs/config`: ```json ... @@ -301,7 +301,7 @@ Add in your ipfs `PeerID` to the `.index-provider/config` `"ProviderID":` like s "CidTtl": "24h0m0s", "ChunkSize": 1, "SnapshotSize": 100, - "ProviderID": "12D3KooWBEQR33uW1T6axtpspeyJo6m8Sy531fQ8mzQbW1JBnWxJ", + "ProviderID": "", "DsPageSize": 5000, "Addrs": [ "/ip4/0.0.0.0/tcp/4001",