Files
tp/main_dc/yalarba/api_es/.env
T
valitovgaziz 980c23ecdf modified: main_dc/yalarba/api_es/.env
modified:   main_dc/yalarba/api_es/internal/config/config.go
set server port to 8088
2025-11-12 12:53:39 +05:00

12 lines
224 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
APP_PORT=8088