website/example.config.json
2022-10-27 06:05:49 -04:00

42 lines
794 B
JSON

{
"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",
"notification_emails": []
},
"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 <email@domain.name>"
},
"github": {
"graphql_token": "graphql_token"
},
"aes_key": "aes_key"
}