eShopOnContainers/src/Services/Webhooks/Webhooks.API/appsettings.Development.json

11 lines
281 B
JSON
Raw Normal View History

2019-01-16 19:38:14 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
2019-01-21 18:02:14 +01:00
},
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word"
2019-01-16 19:38:14 +01:00
}