study-lib-backend/bin/Debug/net5.0/appsettings.json
2020-12-16 21:41:14 +01:00

17 lines
405 B
JSON

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