mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 20:30:54 -05:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
PORT=5800
|
|
BASE_URL=http://localhost:5800
|
|
DB_PATH=db.sqlite3
|
|
LOHI_TOKEN=salmon
|
|
SESSION_SECRET=secret
|
|
|
|
// needed for testing real auth only - values from https://discord.com/developers
|
|
DISCORD_CLIENT_ID=
|
|
DISCORD_CLIENT_SECRET= |