From 5eca170e9792041cf196a03ade49b6f2d05cfb0e Mon Sep 17 00:00:00 2001 From: MEHMETKECECI Date: Sat, 14 Feb 2026 14:59:13 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- svc/.env | 1 + 1 file changed, 1 insertion(+) diff --git a/svc/.env b/svc/.env index 0b36612..8279d1a 100644 --- a/svc/.env +++ b/svc/.env @@ -4,6 +4,7 @@ APP_FRONTEND_URL=http://localhost:9000 API_URL=http://localhost:8080 UI_DIR=/opt/bssapp/ui/dist POSTGRES_CONN=host=127.0.0.1 port=5432 user=bssapp password=Baggi2025!.? dbname=baggib2b sslmode=require +MSSQL_CONN=sqlserver://sa:Gil_0150@100.127.221.13:1433?database=BAGGI_V3&encrypt=disable