15 lines
277 B
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"
|
|
]
|
|
}
|