Skip to content

Commit 64620b5

Browse files
committed
docs(tracker): add .env.example file for deployment configuration
1 parent e98340a commit 64620b5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/tracker/.env.example

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Bunny.net Storage Configuration (Required)
2+
BUNNY_STORAGE_ZONE_NAME=your-storage-zone-name
3+
BUNNY_STORAGE_ACCESS_KEY=your-storage-access-key
4+
5+
# Bunny.net API Configuration (Optional - for cache purging)
6+
BUNNY_API_KEY=your-api-key
7+
BUNNY_PULL_ZONE_ID=your-pull-zone-id
8+
9+
# Bunny.net Storage Region (Optional)
10+
# Leave empty for default region, or specify like "ny" or "la"
11+
BUNNY_STORAGE_REGION=
12+
13+
# Discord Webhook URL (Optional - for deployment notifications)
14+
DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/your-webhook-url

0 commit comments

Comments
 (0)