-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example.json
More file actions
22 lines (22 loc) · 741 Bytes
/
env.example.json
File metadata and controls
22 lines (22 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"github_token": "ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"github_downloads": 2,
"discord_error_webhook_url": "/api/webhooks/xxxxxxxxxxxxxxxxxxxxxxxxxxx",
"port": 8080,
"weblink": {
"url": "https://github.com/BentoBoxWorld/weblink.git",
"path": "./../data/weblink",
"branch": "master"
},
"discord_client_id": "0000000000000000000",
"discord_client_secret": "REPLACE_ME",
"discord_redirect_uri": "https://download.bentobox.world/api/auth/discord/callback",
"weblink_github_token": "github_pat_REPLACE_ME",
"admin_discord_ids": ["REPLACE_WITH_DISCORD_USER_ID"],
"admin_github": {
"owner": "BentoBoxWorld",
"repo": "Downloads",
"branch": "develop",
"token": "github_pat_REPLACE_ME"
}
}