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