mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
* Remove old code * Add prefetching * Elim bracket initial * Hide rounds with only byes * Round hiding logic * Align stuff * Add TODO * Adjustments * Deadline * Compactify button * Simulations * Round robin bracket initial * eventId -> tournamentId * seedByTeamId removed * Couple more TODOs * RR placements table * Locking matches * Extract TournamentStream component * Bracket streams * Remove extras for tournament-manager, misc * Fix E2E tests * Fix SKALOP_SYSTEM_MESSAGE_URL in env.example * TODOs * TODO moved to GitHub * Handle team changing in match cache invalidation * Fix streamer seeing undo last score button * Show "Sub" badge on team roster page * Show who didn't play yet on match teams preview * Ranked/unranked badge * Bracket hover show roster * Add lock/unlock match test * Fix score reporting
30 lines
607 B
Plaintext
30 lines
607 B
Plaintext
PORT=5800
|
|
BASE_URL=http://localhost:5800
|
|
DB_PATH=db.sqlite3
|
|
LOHI_TOKEN=salmon
|
|
SESSION_SECRET=secret
|
|
|
|
// Auth https://discord.com/developers
|
|
DISCORD_CLIENT_ID=
|
|
DISCORD_CLIENT_SECRET=
|
|
AUTH_GATEWAY_PROFILE_URL=
|
|
AUTH_GATEWAY_TOKEN_URL=
|
|
|
|
// Patreon integration https://www.patreon.com/portal/registration/register-clients
|
|
PATREON_ACCESS_TOKEN=
|
|
|
|
// Image upload
|
|
STORAGE_END_POINT=
|
|
STORAGE_ACCESS_KEY=
|
|
STORAGE_SECRET=
|
|
STORAGE_REGION=
|
|
STORAGE_BUCKET=
|
|
STORAGE_URL=
|
|
|
|
TWITCH_CLIENT_ID=
|
|
TWITCH_CLIENT_SECRET=
|
|
|
|
SKALOP_WS_URL=ws://localhost:5900
|
|
SKALOP_SYSTEM_MESSAGE_URL=http://localhost:5900/system
|
|
SKALOP_TOKEN=secret
|