# @see https://pinata.cloud PINATA_API_KEY=xxxxxxxxxxxxxxxxxxxx PINATA_API_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PINATA_GATEWAY=https://gateway.pinata.cloud # @see https://infura.io INFURA_API_URL=https://ipfs.infura.io:5001 INFURA_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxx INFURA_API_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx INFURA_GATEWAY=https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.infura-ipfs.io # @see https://hub.docker.com/r/ipfs/go-ipfs # @see https://github.com/ipfs/kubo # @see https://ipfs.github.io/public-gateway-checker IPFS_API_URL=http://localhost:5001 IPFS_GATEWAY=http://localhost:8080 # @see https://docs.aws.amazon.com/general/latest/gr/s3.html # @see https://github.com/minio/minio # - replaced to S3_BUCKET # - replaced to `${fileHash}/${fileName}` # e.g. `ad136bb912e2e72e48ea29f796c7c93da7a4f5ce93ab53ea115cc479c540344a/collection.png` S3_ENDPOINT=http://localhost:9000 S3_BUCKET=ton S3_DOWNLOAD_URL=http://localhost:9000// S3_CREDENTIALS_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx S3_CREDENTIALS_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx