38 lines
736 B
JSON
38 lines
736 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnectionString": ""
|
|
},
|
|
"Serilog": {
|
|
"Using": [
|
|
"Serilog.Sinks.Console",
|
|
"Serilog.Sinks.Seq"
|
|
],
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"Enrich": [
|
|
"FromLogContext",
|
|
"WithProperty:Application"
|
|
],
|
|
"Properties": {
|
|
"Application": "Sufi.Demo.PeopleDirectory"
|
|
}
|
|
},
|
|
"RateLimit": {
|
|
"PermitLimit": 100,
|
|
"Window": 60
|
|
},
|
|
"LuckyPennyLicenseKey": ""
|
|
}
|