Skip to content

Commit

Permalink
feat(docs): add weaveVM api key to env vars section
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Jan 14, 2025
1 parent 8399684 commit 2936d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/docs/src/app/docs/environment/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ nextjs:
| `FILE_SYSTEM_STORAGE_PATH` | Store blobs in this path | No | `/tmp/blobscan-blobs` |
| `WEAVEVM_STORAGE_ENABLED` | Weavevm storage usage | No | `false` |
| `WEAVEVM_STORAGE_API_BASE_URL` | Weavevm API base url | No | (empty) |
| `WEAVEVM_API_KEY` | API key required to authenticate requests to the WeaveVM blob storage reference updater endpoint | No | (empty) |
| `STATS_SYNCER_DAILY_CRON_PATTERN` | Cron pattern for the daily stats job | No | `30 0 * * * *` |
| `STATS_SYNCER_OVERALL_CRON_PATTERN` | Cron pattern for the overall stats job | No | `*/15 * * * *` |
| `SWARM_STAMP_CRON_PATTERN` | Cron pattern for swarm job | No | `*/15 * * * *` |
Expand Down

0 comments on commit 2936d0b

Please sign in to comment.