We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98340a commit 64620b5Copy full SHA for 64620b5
packages/tracker/.env.example
@@ -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