website/example.config.json
2022-06-19 20:30:51 -04:00

36 lines
625 B
JSON

{
"http": {
"port": 80,
"base_url": "http://localhost:80"
},
"trello": {
"api_key": "key",
"api_token": "token",
"board_name": "name"
},
"discord": {
"client_id": "client_id",
"client_secret": "client_secret",
"guild_id": "Guild ID",
"bot_token": "token",
"tester_roles": [
"role id"
]
},
"stripe": {
"secret_key": "sk_secret",
"webhook_secret": "whsec_secret"
},
"database": {
"account": {
"address": "127.0.0.1",
"port": 27017,
"database_name": "pretendo",
"options": {
"useNewUrlParser": true,
"useUnifiedTopology": true
}
}
},
"aes_key": "hex key here"
}