10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
# Frontend (only needed if API is on a different origin)
|
|
VITE_API_URL=
|
|
|
|
# Server
|
|
PORT=3001
|
|
ALLOWED_ORIGIN=http://localhost:5173
|
|
TWITCH_CLIENT_ID=
|
|
TWITCH_CLIENT_SECRET=
|
|
DATABASE_URL=postgresql://localhost:5432/whattoplay
|