mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
33 lines
561 B
JSON
33 lines
561 B
JSON
{
|
|
"http": {
|
|
"port": 80,
|
|
"base_url": "http://localhost:80"
|
|
},
|
|
"discord": {
|
|
"client_id": "client_id",
|
|
"client_secret": "client_secret",
|
|
"bot_token": "token"
|
|
},
|
|
"stripe": {
|
|
"secret_key": "sk_secret",
|
|
"webhook_secret": "whsec_secret"
|
|
},
|
|
"database": {
|
|
"account": {
|
|
"uri": "mongodb://127.0.0.1:27017",
|
|
"database": "pretendo",
|
|
"options": {
|
|
"useNewUrlParser": true,
|
|
"useUnifiedTopology": true
|
|
}
|
|
}
|
|
},
|
|
"gmail": {
|
|
"user": "email@gmail.com",
|
|
"pass": "app-password"
|
|
},
|
|
"github": {
|
|
"graphql_token": "graphql_token"
|
|
}
|
|
}
|