62 lines
No EOL
1.3 KiB
Text
62 lines
No EOL
1.3 KiB
Text
###########
|
|
# Required
|
|
###########
|
|
|
|
# Put environment type here (development, staging, or production)
|
|
NODE_ENV=development
|
|
|
|
# Put Discord token here
|
|
TOKEN=
|
|
|
|
# Put database type here (mongo or postgres)
|
|
DB_DRIVER=mongo
|
|
|
|
# Put the database connection URL here
|
|
# Example for PostgreSQL:
|
|
# DB=postgresql://esmbot@localhost:5432/esmbot
|
|
# Example for MongoDB:
|
|
DB=mongodb://localhost:27017/esmBot
|
|
|
|
# Put snowflake ID of bot owner here
|
|
OWNER=
|
|
|
|
# Put default prefix here
|
|
PREFIX=&
|
|
|
|
###########
|
|
# Optional
|
|
###########
|
|
|
|
# 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=
|
|
# Put Tenor API key here (used for obtaining raw tenor GIF urls)
|
|
TENOR=
|
|
|
|
# Put headless Chrome IP here
|
|
CHROME=172.17.0.1:9222
|
|
|
|
# Put HTML help page output location here, leave blank to disable
|
|
OUTPUT=
|
|
# Put temporary image dir here (make sure it's accessible via a web server), leave blank to disable
|
|
TEMPDIR=
|
|
|
|
# Set this to true if you're using PM2 to manage the bot
|
|
PMTWO=false
|
|
# Set this to true if you want to use the image API
|
|
API=false
|
|
|
|
# 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= |