2019-11-30 02:00:14 +00:00
|
|
|
###########
|
|
|
|
# Required
|
|
|
|
###########
|
2019-11-13 00:09:06 +00:00
|
|
|
|
2019-12-09 20:52:33 +00:00
|
|
|
# Put environment type here (development, staging, or production)
|
|
|
|
NODE_ENV=development
|
|
|
|
|
2019-11-13 00:09:06 +00:00
|
|
|
# Put Discord token here
|
|
|
|
TOKEN=
|
2019-11-30 02:00:14 +00:00
|
|
|
# Put MongoDB database URL here
|
|
|
|
MONGO=mongodb://localhost:27017/esmBot
|
|
|
|
# Put snowflake ID of bot owner here
|
|
|
|
OWNER=
|
|
|
|
|
|
|
|
###########
|
|
|
|
# Optional
|
|
|
|
###########
|
|
|
|
|
2019-11-13 00:09:06 +00:00
|
|
|
# Put Cat API token here
|
|
|
|
CAT=
|
|
|
|
# Put Mashape/RapidAPI key here
|
|
|
|
MASHAPE=
|
|
|
|
# Put Google API key here
|
|
|
|
GOOGLE=
|
|
|
|
# Put DBL/top.gg token here
|
|
|
|
DBL=
|
|
|
|
|
2019-12-05 17:40:09 +00:00
|
|
|
# Put HTML help page output location here, leave blank to disable
|
|
|
|
OUTPUT=
|
2020-04-24 02:14:03 +00:00
|
|
|
# Put temporary image dir here (make sure it's accessible via a web server), leave blank to disable
|
|
|
|
TEMPDIR=
|
2019-12-05 17:40:09 +00:00
|
|
|
|
2020-07-22 01:29:32 +00:00
|
|
|
# Set this to true if you're using PM2 to manage the bot
|
|
|
|
PMTWO=false
|
|
|
|
|
2019-11-30 02:00:14 +00:00
|
|
|
# Enable/disable Twitter bot (true/false)
|
|
|
|
TWITTER=false
|
|
|
|
# Put Twitter username here
|
|
|
|
HANDLE=
|
|
|
|
# Put consumer key, consumer secret, access token, and access secret here
|
|
|
|
TWITTER_KEY=
|
|
|
|
CONSUMER_SECRET=
|
|
|
|
ACCESS_TOKEN=
|
|
|
|
ACCESS_SECRET=
|