mirror of
https://github.com/MrUnknownDE/bierkasten-casino.git
synced 2026-05-02 20:06:04 +02:00
19 lines
517 B
Bash
19 lines
517 B
Bash
# Postgres
|
|
POSTGRES_USER=bierbaron
|
|
POSTGRES_PASSWORD=verysecret
|
|
POSTGRES_DB=bierbaron_casino
|
|
DATABASE_URL=postgres://bierbaron:verysecret@db:5432/bierbaron_casino
|
|
|
|
# App
|
|
APP_PORT=3000
|
|
APP_BASE_URL=http://localhost:3000
|
|
FRONTEND_ORIGIN=http://localhost:5173
|
|
|
|
# Discord OAuth (Platzhalter, trägst du später ein)
|
|
DISCORD_CLIENT_ID=your_discord_client_id
|
|
DISCORD_CLIENT_SECRET=your_discord_client_secret
|
|
DISCORD_REDIRECT_URI=http://localhost:3000/auth/discord/callback
|
|
|
|
# Sessions / JWT
|
|
SESSION_SECRET=change_me_please
|