eShopOnContainers/src/Services/Catalog/Catalog.API/settings.development.json

12 lines
273 B
JSON
Raw Normal View History

{
"ConnectionString": "Server=127.0.0.1;Port=5432;Database=Catalog;username=postgres;password=postgres",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}