2020-12-12 14:47:20 +01:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"StudyLibContext": "Server=DESKTOP-ON3C0C0;Database=StudyLibDB;Trusted_Connection=True;MultipleActiveResultSets=true"
|
2020-12-16 21:41:14 +01:00
|
|
|
},
|
|
|
|
"ApplicationSettings": {
|
|
|
|
"JWTSecret": "1234567890123456789"
|
2020-12-12 14:47:20 +01:00
|
|
|
}
|
|
|
|
}
|