mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-23 07:34:07 -05:00
* Initial * Faster user page * Remove redundant function * Favorite badge sorting * Upgrade deps * Simplify entry.server * Bun tests initial * Update package.json npm -> bun * Update README * Type safe translations again * Don't load streams info for finalized tournaments * Translations as an object * More unit test work * Convert match.server.test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * Test & all done * Working cf * Bun GA try * No cache * spacing * spacing 2 * Add SQL logging * Remove NR * Hmm * Hmm 2 * Interesting * SKALOP_SYSTEM_MESSAGE_URL * . * . * ? * . * ? * Server.ts adjust * Downgrade Tldraw * E2E test fix * Fix lint
33 lines
665 B
Plaintext
33 lines
665 B
Plaintext
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_SYSTEM_MESSAGE_URL=http://localhost:5900/system
|
|
SKALOP_TOKEN=secret
|
|
|
|
VITE_SITE_DOMAIN=http://localhost:5173
|
|
VITE_SKALOP_WS_URL=ws://localhost:5900
|
|
|
|
// trunc, full or none (default: none)
|
|
SQL_LOG=trunc
|