mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
chore: add missing props in example.config.json
This commit is contained in:
parent
4ed09999d5
commit
b1f97c37a4
|
|
@ -1,16 +1,22 @@
|
|||
{
|
||||
"http": {
|
||||
"port": 80,
|
||||
"base_url": "http://localhost:80"
|
||||
"port": 3000,
|
||||
"base_url": "http://localhost:3000"
|
||||
},
|
||||
"discord": {
|
||||
"client_id": "client_id",
|
||||
"client_secret": "client_secret",
|
||||
"bot_token": "token"
|
||||
"guild_id": "408718485913468928",
|
||||
"bot_token": "bot_token",
|
||||
"tester_roles": [
|
||||
"419704440333926401",
|
||||
"882247322933801030"
|
||||
]
|
||||
},
|
||||
"stripe": {
|
||||
"secret_key": "sk_secret",
|
||||
"webhook_secret": "whsec_secret"
|
||||
"goal_cents": 300000,
|
||||
"secret_key": "secret_key",
|
||||
"webhook_secret": "webhook_secret"
|
||||
},
|
||||
"database": {
|
||||
"account": {
|
||||
|
|
@ -23,10 +29,12 @@
|
|||
}
|
||||
},
|
||||
"gmail": {
|
||||
"user": "email@gmail.com",
|
||||
"pass": "app-password"
|
||||
"user": "username",
|
||||
"pass": "app-password",
|
||||
"from": "User Name <email@domain.name>"
|
||||
},
|
||||
"github": {
|
||||
"graphql_token": "graphql_token"
|
||||
}
|
||||
},
|
||||
"aes_key": "aes_key"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user