-
-
Save fforbeck/dc554988028e8f70efc0405b6ecb6882 to your computer and use it in GitHub Desktop.
env vars for w3cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export STORACHA_SERVICE_DID=did:web:alan.up.storacha.network | |
export STORACHA_SERVICE_URL=https://n7js8smi24.execute-api.us-west-2.amazonaws.com | |
export STORACHA_STORE_NAME=storacha-cli-alan | |
export STORACHA_RECEIPTS_URL=https://n7js8smi24.execute-api.us-west-2.amazonaws.com/receipt/ | |
export W3_SERVICE_DID=did:web:alan.up.storacha.network | |
export W3_STORE_NAME=storacha-cli-alan | |
export W3UP_SERVICE_URL=https://n7js8smi24.execute-api.us-west-2.amazonaws.com | |
export W3UP_RECEIPTS_ENDPOINT=https://n7js8smi24.execute-api.us-west-2.amazonaws.com/receipt/ |
Author
fforbeck
commented
Feb 11, 2025
•
# PRODUCTION
export W3_SERVICE_DID=did:web:web3.storage
export W3_STORE_NAME=storacha-cli-production
export W3UP_SERVICE_URL=https://up.web3.storage
export W3UP_RECEIPTS_ENDPOINT=https://up.web3.storage/receipt/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment