13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
# PostgreSQL
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=work_hub
|
|
|
|
# API
|
|
API_PORT=3001
|
|
|
|
# Web
|
|
WEB_PORT=3000
|