18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Akka": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"Security": {
|
|
"Ldap": {
|
|
"DevStubMode": true
|
|
}
|
|
}
|
|
}
|