12 lines
268 B
JSON
12 lines
268 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"MvcContractContext": "Server=.\\SQLEXPRESS;Database=clmDB2;User Id=admin;Password=qazwsx12"
|
||
|
|
}
|
||
|
|
}
|