-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 824 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Values from the dev portal: https://discord.com/developers/applications
APPLICATION_ID= # The ID of the bot
TOKEN= # The token of the bot
PUBLIC_KEY= # The public key of the bot
DISCORD_API_URL= # Optional, the base Discord API url to use (https://discord.com)
R_APPLICATION_ID= # The ID of the R bot
R_TOKEN= # The token of the R bot
R_PUBLIC_KEY= # The public key of the R bot
# Premium
PREMIUM_SKU= # The SKU of the premium subscription
R_PREMIUM_SKU= # The SKU of the premium subscription for the R bot
# Required
PORT= # The port to run the HTTP interactions server on
DATABASE_URL= # The URL of the MongoDB database
# Optional
SENTRY_DSN=
PROMETHEUS_AUTH= # authorization for metrics endpoint
OWNERS= # comma separated user ids, eg 123456789012345678,1234567890123456789
MAIN_GUILD= # id for the main bot server