{ "http": { "port": 3000, "base_url": "http://localhost:3000" }, "github": { "graphql_token": "ghp_..." }, "discord": { "roles": { "supporter": "role_id", "tester": "role_id" }, "guild_id": "guild_id", "client_id": "client_id", "client_secret": "client_secret", "bot_token": "bot_token" }, "stripe": { "goal_cents": 300000, "secret_key": "secret_key", "webhook_secret": "webhook_secret", "notification_emails": [] }, "database": { "account": { "uri": "mongodb://127.0.0.1:27017", "database": "database_name", "connection_string": "mongodb://127.0.0.1:27017", "options": { "useNewUrlParser": true, "useUnifiedTopology": true } } }, "email": { "ses": { "region": "AWS SES us-east-1", "key": "AWS SES access key", "secret": "AWS SES secret key" }, "from": "Firstname Lastname " }, "trello": { "api_key": "api_key", "api_token": "api_token", "board_name": "board_name" }, "api_base": "https://api.domain.com" }