Skip to content

Commit

Permalink
feat: add env to env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Dec 25, 2024
1 parent 4e45ab1 commit e23f5b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ STORY_PRIVATE_KEY= # Story private key
STORY_API_BASE_URL= # Story API base URL
STORY_API_KEY= # Story API key
PINATA_JWT= # Pinata JWT for uploading files to IPFS

# Plugin github
POSTGRES_URL=
GITHUB_PATH=
GITHUB_API_TOKEN=
GITHUB_API_TOKEN=

# Plugin bullmq
REDIS_URL=

0 comments on commit e23f5b0

Please sign in to comment.