48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
###########
|
|
# Required
|
|
###########
|
|
|
|
# Put environment type here (development, staging, or production)
|
|
NODE_ENV=development
|
|
|
|
# Put Discord bot token here, you can get it from https://discord.com/developers/applications
|
|
TOKEN=
|
|
|
|
# Put the database connection URL here
|
|
# Example for SQLite:
|
|
# DB=sqlite://data.sqlite
|
|
# Example for PostgreSQL:
|
|
DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
|
|
|
# Put snowflake ID of bot owner here
|
|
OWNER=
|
|
|
|
# Put default prefix here
|
|
PREFIX=&
|
|
|
|
###########
|
|
# Optional
|
|
###########
|
|
|
|
# Set this to true if you want the bot to stay in voice chats after sound effects and music have stopped
|
|
# (you can still make the bot leave using the stop command)
|
|
STAYVC=false
|
|
|
|
# Put Mashape/RapidAPI key here
|
|
MASHAPE=
|
|
# Put DBL/top.gg token here
|
|
DBL=
|
|
# Put Tenor API key here (used for obtaining raw tenor GIF urls)
|
|
TENOR=
|
|
|
|
# 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=
|
|
# Put temporary image web server domain
|
|
TMP_DOMAIN=
|
|
# Port for serving metrics. Metrics served are compatible with Prometheus.
|
|
METRICS=
|
|
|
|
# Set this to true if you want to use the image API
|
|
API=false
|