Backend/e-suite.API/e-suite.Database.Migrator/appsettings.json

15 lines
277 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Modules": [
"e-suite.API.Common.dll",
"e-suite.Database.Audit.dll",
"e-suite.Database.SqlServer.dll"
]
}