Files
demo-contact/ui/Sufi.Demo.PeopleDirectory.UI/Server/appsettings.json
2026-02-03 10:44:31 +08:00

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": ""
}