study-lib-backend/bin/Debug/net5.0/appsettings.json

17 lines
406 B
JSON
Raw Normal View History

2020-12-12 14:47:20 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
2020-12-20 18:53:24 +01:00
"StudyLibContext": "Server=DESKTOP-VC7B1FD;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
}
}