From 5936999997ea396dc9a378e23bb1f484f6b57c2f Mon Sep 17 00:00:00 2001 From: ash Date: Thu, 21 Nov 2024 18:29:36 +0000 Subject: [PATCH] docs: receipts URL --- packages/cli/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 5b871d8ba..22f4aa534 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -278,11 +278,17 @@ Default `https://upload.storacha.network` ### `STORACHA_SERVICE_DID` -`storacha` CLI will use the w3up `did:web:upload.storacha.network` as the service did. If you would like +`storacha` CLI will use the w3up `did:web:upload.storacha.network` as the service DID. If you would like to use a different w3up-compatible service, set `STORACHA_SERVICE_DID` and `STORACHA_SERVICE_URL` environment variables to set the service DID and URL endpoint. Default `did:web:upload.storacha.network` +### `STORACHA_RECEIPTS_URL` + +The URL at which UCAN receipts issued by the service may be fetched. + +Default `https://upload.storacha.network/receipt/` + ## FAQ ### Where are my keys and delegations stored?