Files
tp/main_dc/yalarba/api_yal/.env
T
2026-02-09 05:00:43 +05:00

12 lines
209 B
Bash

# DB environment variabels
DB_HOST=db_tp
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=db_yal
APP_PORT=8081
JWT_SECRET=secret
UPLOAD_PATH=./storage/uploads
ENVIRONMENT=development
LOG_LEVEL=debug