fix(security): revert synchronize:true → prod-safe + .env.example placeholders

This commit is contained in:
2026-03-17 07:26:53 +01:00
parent 921873befd
commit 824ed41a14
2 changed files with 3 additions and 3 deletions

View File

@@ -12,11 +12,11 @@ FRONTEND_URL=http://localhost:5173
# SuperOAuth — service externe d'authentification
SUPER_OAUTH_URL=http://localhost:3000
SUPER_OAUTH_JWT_SECRET=
SUPER_OAUTH_JWT_SECRET=<JWT secret SuperOAuth>
# Cookie signing
COOKIE_SECRET=
# Twitch EventSub webhook
TWITCH_WEBHOOK_SECRET=<secret EventSub>
TWITCH_WEBHOOK_SECRET=<secret EventSub Twitch>
TWITCH_CLIENT_ID=<app client id>