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

11 lines
285 B
JSON
Raw Normal View History

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