eShopOnContainers/src/Services/Webhooks/Webhooks.API/appsettings.Development.json
2019-01-21 18:02:14 +01:00

11 lines
281 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word"
}