{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "Etcd": "etcd.orb.local:2379" }, "Etcd": { "Insecure": true }, "Service": { "Name": "DysonNetwork.Gateway", "Url": "https://localhost:7034" }, "DomainMappings": { "DysonNetwork.Pass": "id.solsynth.dev", "DysonNetwork.Drive": "drive.solsynth.dev", "DysonNetwork.Pusher": "push.solsynth.dev", "DysonNetwork.Sphere": "sphere.solsynth.dev" }, "PathAliases": { "DysonNetwork.Pass": "id", "DysonNetwork.Drive": "drive" }, "DirectRoutes": [ { "Path": "/ws", "Service": "DysonNetwork.Pusher" }, { "Path": "/.well-known/openid-configuration", "Service": "DysonNetwork.Pass" }, { "Path": "/.well-known/jwks", "Service": "DysonNetwork.Pass" } ] }