From 6d01d78ca8928d427bde5bba9f32be77b1697dd1 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 6 Oct 2023 15:42:37 -0400 Subject: [PATCH] update docs to indicate KUBO_RPC_URL is only used for /api/v0 --- docs/environment-variables.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index befc5b9..19865ab 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -22,8 +22,7 @@ Default: see `DefaultKuboRPC` Single URL or a comma separated list of RPC endpoints that provide `/api/v0` from Kubo. -We use this as temporary solution for IPNS Record routing until [IPIP-351](https://github.com/ipfs/specs/pull/351) ships with Kubo 0.19, -and we also redirect some legacy `/api/v0` commands that need to be handled on `ipfs.io`. +We use this to redirect some legacy `/api/v0` commands that need to be handled on `ipfs.io`. ## Logging