{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Moonlight": { "Database": { "Host": "your-db.host", "Username": "change_me", "Password": "change_me", "Database": "change_me" }, "Oidc": { "Authority": "http://localhost:8092", "RequireHttpsMetadata": false, "ClientId": "clientId", "ClientSecret": "clientSecret" } } }