forked from Team-Custard/PhoenixBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.env
executable file
·26 lines (21 loc) · 964 Bytes
/
example.env
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
# ***********************************
# * Phoenix environmental variables *
# * ------------------------------- *
# * The secret variables used with *
# * the bot. Read comments for tips *
# * on setting this up. *
# ***********************************
# Bot tokens for prod and dev.
# If you are selfhosting the PhoenixBot, you'll only need to set the TOKEN field.
# DEVTOKEN and CLIENTSECRET are for the beta bot and dashboard which isn't required to run Phoenix.
TOKEN=
STAGINGTOKEN=
TESTTOKEN=
CLIENTSECRET=
# Database and api keys.
# Mongoose is required to run Phoenix. Redis might be required, not sure. If your bot is private, both of these databases are free to create through their websites.
# A Google api key is required to use the /youtube command. If you don't plan on using Youtube commands, you can remove the commands by deleting the file "commands/youtube.js".
mongourl=mongodb+srv://
redisurl=redis://
youtubekey=
wolframkey=