47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"FrancescosRecipesWorldDbContextConnection": "Server=localhost\\SQLEXPRESS;Database=Francesco.Recipes.World; Trusted_Connection=True; MultipleActiveResultSets=true;TrustServerCertificate=True "
|
|
},
|
|
"EmailConfiguration": {
|
|
"Server": "127.0.0.1",
|
|
"SmtpPort": 1025,
|
|
"User": "",
|
|
"Password": "",
|
|
"EnableSsl": false,
|
|
"From": "mailhog@localhost.net",
|
|
"WebUserInterface": "127.0.0.1:8025"
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Sentry",
|
|
"Args": {
|
|
"Dsn": "https://84d32207fb244762a68b9d4a5de92495@sentry.intersim.ch/8",
|
|
"MinimumBreadcrumbLevel": "Debug",
|
|
"MinimumEventLevel": "Debug"
|
|
}
|
|
}
|
|
],
|
|
"Enrich": [
|
|
"FromLogContext",
|
|
"WithMachineName",
|
|
"WithThreadId"
|
|
]
|
|
}
|
|
|
|
}
|