17 lines
365 B
JSON
17 lines
365 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.AspNetCore.Authentication": "Debug",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=IdentityServer.db;"
|
|
}
|
|
} |