1234567891011121314 |
- {
- "Logging": {
- "IncludeScopes": false,
- "LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information",
- "Microsoft.EntityFrameworkCore.Storage.IRelationalCommandBuilderFactory": "Information"
- }
- },
- "ConnectionStrings": {
- "default": "User ID=dev;Password=dev;Host=localhost;Port=5432;Database=luticate2_utils;Pooling=true;ApplicationName=WebApiUtilsDev"
- }
- }
|