Files
Lee Christensen fe4e0d70a4 commited for life
2023-08-09 13:14:44 -07:00

12 lines
307 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Data Source=COMPUTER.domain.com;Initial Catalog=DEV;User Id=API_USER;Password=Password123!;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}