-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
26 lines (26 loc) · 1.04 KB
/
appsettings.json
File metadata and controls
26 lines (26 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Hosting": "Warning",
"Microsoft.AspNetCore.Mvc": "Warning",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "Warning",
"Microsoft.AspNetCore.Routing": "Warning",
"Microsoft.AspNetCore.HttpsPolicy": "Warning",
"Microsoft.AspNetCore.Diagnostics": "Warning",
"Microsoft.AspNetCore.StaticFiles": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
"Microsoft.EntityFrameworkCore.Infrastructure": "Warning",
"Microsoft.EntityFrameworkCore.Query": "Warning",
"Microsoft.EntityFrameworkCore.Update": "Warning",
"Microsoft.EntityFrameworkCore.Model": "Warning",
"Microsoft.EntityFrameworkCore.Model.Validation": "Warning"
}
},
"ConnectionStrings": {
"HangfireConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;Integrated Security=SSPI;MultipleActiveResultSets=True;"
},
"AllowedHosts": "*"
}