123456789101112131415 |
- {
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Information",
- "System": "Information",
- "Microsoft": "Information",
- "Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory": "Error",
- "Microsoft.AspNetCore.Mvc.Internal.ObjectResultExecutor": "Error"
- }
- },
- "ConnectionStrings": {
- "default": "User ID=POSTGRES_USER;Password=POSTGRES_PASSWORD;Host=POSTGRES_HOST;Port=5432;Database=POSTGRES_DB;Pooling=true;ApplicationName=WebApiUtils"
- }
- }
|