mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 01:34:44 -05:00
45 lines
850 B
JSON
45 lines
850 B
JSON
{
|
|
"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": 0,
|
|
"secret_key": "sk_...",
|
|
"webhook_secret": "whsec_..."
|
|
},
|
|
"database": {
|
|
"account": {
|
|
"uri": "mongodb://127.0.0.1:27017",
|
|
"database": "database_name",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
}
|
|
},
|
|
"gmail": {
|
|
"user": "username",
|
|
"pass": "password",
|
|
"from": "Firstname Lastname <user@domain.com>"
|
|
},
|
|
"trello": {
|
|
"api_key": "api_key",
|
|
"api_token": "api_token",
|
|
"board_name": "board_name"
|
|
},
|
|
"api_base": "https://api.domain.com"
|
|
} |