birzha-contracts/bin/Debug/net6.0/appsettings.json

12 lines
260 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MvcContractContext": "Server=localhost;Database=clmDB;User Id=sa;Password=Qazwsx12"
}
}