-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.env
More file actions
executable file
·47 lines (35 loc) · 989 Bytes
/
example.env
File metadata and controls
executable file
·47 lines (35 loc) · 989 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
44
45
46
47
# The bot token (REQUIRED)
TOKEN=
# The mongodb database url (REQUIRED)
mongourl=
# The redis database url (REQUIRED)
redisurl=
redispass=
redishost=
redisport=
bullmq=2
# The error log channel (Needed to report errors to your server)
errwebhookid=
infwebhookid=
# The client secret (Needed for the dashboard)
CLIENTSECRET=
# The client public key (Needed for UserDB user commands)
CLIENTPUBKEY=
# The google cloud api key (Needed for =youtube and =translate)
googleid=
googlekey=
# Api keys for integration with Google Drive and apps (sheets, docs, forms, etc)
googleclientid=
googleclientsecret=
# DeepL key (Needed to use the --d flag with =translate and for =grammar)
deeplkey=
# The wolfram|alpha key (Needed for =wolfram)
wolframkey=
# --- Alternative bots are below. These are not needed and are used for beta testing ---
# Phoenix Staging
STAGINGTOKEN=
STAGINGSECRET=
STAGINGPUBKEY=
# Phoenix Testing
TESTTOKEN=
TESTPUBKEY=