mirror of
https://github.com/tamius-han/ghetto-karaoke-playlist.git
synced 2026-06-03 20:49:38 +02:00
16 lines
200 B
Plaintext
16 lines
200 B
Plaintext
|
|
# 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
|