23 lines
522 B
Plaintext
23 lines
522 B
Plaintext
PORT=4000
|
|
NODE_ENV=development
|
|
|
|
# PostgreSQL
|
|
DATABASE_URL=postgresql://tetardpg:password@localhost:5432/tetardpg
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# Frontend CORS (virgule-séparé pour multi-origin)
|
|
FRONTEND_URL=http://localhost:5173
|
|
|
|
# SuperOAuth — service externe d'authentification
|
|
SUPER_OAUTH_URL=http://localhost:3000
|
|
SUPER_OAUTH_JWT_SECRET=<JWT secret SuperOAuth>
|
|
|
|
# Cookie signing
|
|
COOKIE_SECRET=
|
|
|
|
# Twitch EventSub webhook
|
|
TWITCH_WEBHOOK_SECRET=<secret EventSub Twitch>
|
|
TWITCH_CLIENT_ID=<app client id>
|