feat(db): add 4 reference models with initial migrations

This commit is contained in:
SaidSoighiri94
2026-06-04 13:31:33 +02:00
parent bb93245fa4
commit a1591a22a6
6 changed files with 200 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
PORT=3000
NODE_ENV=development
FRONTEND_URL=http://localhost:8080
DATABASE_URL="sqlserver://localhost:1433;database=eme_db;user=sa;password=YourStrongPassword123!;encrypt=true;trustServerCertificate=true"
DB_SERVER=localhost
DB_PORT=1433
DB_NAME=eme_db
DB_USER=sa
DB_PASSWORD=YourStrongPassword123!
AZURE_TENANT_ID=
AZURE_CLIENT_ID=