ghetto-karaoke-playlist/.env.example

16 lines
200 B
Plaintext
Raw Normal View History

2025-12-09 22:16:44 +01:00
# Postgres
PG_USER=karaoke
PG_PASSWORD=karaoke123
PG_DB=karaoke
PG_HOST=db
PG_PORT=5432
# API
API_PORT=8080
# APP (nginx/static)
APP_PORT=80
JWT_SECRET=your_super_secret_key_here
JWT_EXPIRES_IN=7d