{ "http": { "port": 3000, "base_url": "http://localhost:3000" }, "discord": { "client_id": "client_id", "client_secret": "client_secret", "guild_id": "408718485913468928", "bot_token": "bot_token", "tester_roles": [ "419704440333926401", "882247322933801030" ] }, "stripe": { "goal_cents": 300000, "secret_key": "secret_key", "webhook_secret": "webhook_secret" }, "database": { "account": { "uri": "mongodb://127.0.0.1:27017", "database": "pretendo", "options": { "useNewUrlParser": true, "useUnifiedTopology": true } } }, "gmail": { "user": "username", "pass": "app-password", "from": "User Name " }, "github": { "graphql_token": "graphql_token" }, "aes_key": "aes_key" }