Some Configuration for this Project
This commit is contained in:
@@ -5,5 +5,42 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user