-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.deploy.example
More file actions
23 lines (23 loc) · 918 Bytes
/
.env.deploy.example
File metadata and controls
23 lines (23 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
APP_URL=https://your-app.workers.dev
# Optional. Used for the standalone Twitch panel extension build.
VITE_TWITCH_EXTENSION_API_BASE_URL=
SENTRY_ENVIRONMENT=production
# Set this as a Cloudflare secret on both workers instead of committing it here.
SENTRY_DSN=
# Optional trace sample rate from 0 to 1. Defaults to 0.
SENTRY_TRACES_SAMPLE_RATE=
CLOUDFLARE_D1_DATABASE_ID=
CLOUDFLARE_SESSION_KV_ID=
# Twitch application client ID for website sign-in and app API access.
TWITCH_CLIENT_ID=
# Twitch Extension client ID for the panel extension.
TWITCH_EXTENSION_CLIENT_ID=
TWITCH_CLIENT_SECRET=
TWITCH_TOKEN_ENCRYPTION_SECRET=
INTERNAL_API_SECRET=
TWITCH_EVENTSUB_SECRET=
TWITCH_EXTENSION_SECRET=
SESSION_SECRET=
ADMIN_TWITCH_USER_IDS=
TWITCH_BOT_USERNAME=requestbot
TWITCH_SCOPES=openid user:read:moderated_channels moderator:read:chatters channel:bot channel:read:subscriptions bits:read channel:manage:redemptions