study-lib-backend/bin/Debug/net5.0/appsettings.json
2020-12-20 18:53:24 +01:00

17 lines
406 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"StudyLibContext": "Server=DESKTOP-VC7B1FD;Database=StudyLibDB;Trusted_Connection=True;MultipleActiveResultSets=true",
},
"ApplicationSettings": {
"JWTSecret": "1234567890123456789"
}
}