Backend/e-suite.API/e-suite.Database.Migrator/appsettings.Production.json
2026-01-20 21:50:10 +00:00

15 lines
265 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"database": {
"server": "(local)",
"databaseName": "esuite",
"encrypt": true,
"trustServerCertificate": true
}
}