14 lines
545 B
JSON
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;"
|
|
}
|
|
} |