Files
2022-04-12 14:26:09 +02:00

14 lines
545 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=SQL2016DEV;Database=BlaServApp;Trusted_Connection=True;MultipleActiveResultSets=true",
"BlaServApp.Data": "Server=SQL2016DEV;Database=BlaServApp;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=BlaServApp.UI;"
}
}