shape-repository/SampleApplication/appsettings.Development.json

12 lines
281 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=KBR\\SQLSERVER2022;Database=SampleAppDb;User Id=sa;Password=pass@1234;TrustServerCertificate=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}