modified: main_dc/yalarba/api_yal/.env

fix configs for api_yal
This commit is contained in:
2026-02-07 06:53:08 +05:00
parent 3bc5c16711
commit 1314b24370
+12
View File
@@ -0,0 +1,12 @@
# DB environment variabels
DB_HOST=db_tp
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