Skip to content

Commit

Permalink
chore: add missing .env.example (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Oct 2, 2023
1 parent 2e86e2b commit 4dcdf7a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Amazon AWS keys for cache
AWS_ACCESS_KEY_ID=
AWS_REGION=
AWS_SECRET_ACCESS_KEY=
AWS_BUCKET_NAME=

# IPFS providers keys
PINATA_API_KEY=
PINATA_API_SECRET=
FLEEK_API_KEY=
FLEEK_API_SECRET=
WEB3STORAGE_API_TOKEN=
INFURA_PROJECT_ID=
INFURA_PROJECT_SECRET=
EVER_API_KEY=
EVER_API_SECRET=
EVER_BUCKET_NAME=

0 comments on commit 4dcdf7a

Please sign in to comment.