heystreamer/.env.example
Bashy 6c7facadce
Some checks failed
CI / check (push) Has been cancelled
rework
2026-04-26 23:00:55 +03:00

12 lines
340 B
Text

TWITCH_CLIENT_ID=your_client_id
TWITCH_CLIENT_SECRET=your_client_secret
# Local dev:
# TWITCH_REDIRECT_URI=http://localhost:3000/auth/callback
# Production:
TWITCH_REDIRECT_URI=https://overlay.bashynx.com/auth/callback
SECRET_KEY=change_this_to_a_random_string
APP_BASE_URL=https://overlay.bashynx.com
DB_PATH=./bashyoverlay.db
PORT=3000