{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Microsoft.EntityFrameworkCore.Database.Command": "Warning" } }, "AllowedHosts": "*", "Server": { "PublicBaseUrl": "http://localhost:5233" }, "Database": { "AutoMigrate": true }, "Oidc": { "Audience": "dodossh-api", "ClientId": "dodossh-desktop", "LoopbackRedirectPattern": "http://127.0.0.1/callback", "RequireHttpsMetadata": true, "AllowEmailLinking": false }, "Relay": { "Enabled": false, "AllowPrivateNetworks": true, "MaxConcurrentSessionsPerUser": 10, "MaxConcurrentSessionsTotal": 200 }, "Sync": { "MaxOperationsPerPush": 500, "MaxPayloadBytes": 8388608, "MaxItemPayloadBytes": 262144 } }