15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
PORT_INSPECT=3103
|
|
|
|
ENV=DEV
|
|
PINO_LOG_LEVEL=trace
|
|
PORT=3003
|
|
HOST=0.0.0.0
|
|
|
|
# Database credentials (should match root .env)
|
|
DB_TYPE=postgres
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=admin
|
|
DB_PASSWORD=testing123
|
|
DB_NAME=backend
|