mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 09:44:44 -05:00
41 lines
765 B
JSON
41 lines
765 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"
|
|
},
|
|
"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"
|
|
}
|