{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "AppDbContextOptions": { "DatabaseFilePath": "DatabaseFilePath" }, "JwtOptions": { "Audience": "Audience", "Issuer": "Issuer", "Secret": "Secret", "ExpiryInMinutes": "ExpiryInMinutes" }, "FileKeyRingOptions": { "KeysDirectoryPath": "KeysDirectoryPath", "PrimaryKeyId": "PrimaryKeyId" }, "PlaidClientOptions": { "ClientId": "ClientId", "Secret": "Secret", "Webhook": "Webhook" }, "SeqOptions": { "ServerUrl": "ServerUrl", "ApiKeyHeader": "ApiKeyHeader", "ApiKey": "ApiKey" } }