-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.env.example
More file actions
43 lines (34 loc) · 617 Bytes
/
.env.example
File metadata and controls
43 lines (34 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# DISCORD - IMPORTANT
DISCORD_SECRET=
DISCORD_TOKEN=
# DISCORD
DISCORD_APPLICATION_ID=
DEVELOPER_DISCORD_GUILD_ID=
# DEVELOPER CHANNELS
DC_DEBUG=
DC_DISCONNECT=
DC_ERROR=
DC_WARN=
DC_RECONNECT=
DC_SCAMMANAGE=
DC_BUGREPORTS=
# DATABASE
DB_DEBUG=false
DB_HOST=mysql
DB_USER=mittelbot
DB_PASSWORD=root
DB_DATABASE=mittelbot
DB_PORT=3306
DB_DIALECT=mysql
# MISC
OWNER_ID=
TEST_ACCOUNTS=
# YOUTUBE - Optional
YT_KEY=
# TWITCH - Optional
TT_CLIENT_ID=
TT_SECRET=
DP_FORCE_YTDL_MOD="@distube/ytdl-core" # do not change
SENTRY_DSN= # for error tracking on production - optional
IMGUR_CLIENT_ID=
IMGUR_CLIENT_SECRET=