Files
valitovgaziz 3b38d15a4b modified: main_dc/docker-compose.yml
modified:   main_dc/yalarba/api_es/.env
change port to variable from .env file
2025-11-12 13:25:32 +05:00

12 lines
231 B
Bash

# DB environment variabels
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=mydb
APP_PORT=8080
JWT_SECRET=secret
UPLOAD_PATH=./storage/uploads
ENVIRONMENT=development
LOG_LEVEL=debug
API_ES_APP_PORT=8088