Y3S1-Cloud_Systems_DevOps/ThAmCo-Products/ThAmCo.Products/appsettings.json

12 lines
261 B
JSON
Raw Permalink Normal View History

2020-06-09 20:21:37 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"ConnectionStrings": {
"ProductsSqlConnection": "Server=(localdb)\\mssqllocaldb;Database=Products;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"AllowedHosts": "*"
}