Initial code commit.
This commit is contained in:
37
ui/Sufi.Demo.PeopleDirectory.UI/Server/appsettings.json
Normal file
37
ui/Sufi.Demo.PeopleDirectory.UI/Server/appsettings.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user