a868fd0698
Co-authored-by: TheEssem <smswessem@gmail.com>
53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
###########
|
|
# Required
|
|
###########
|
|
|
|
# Put environment type here (development, staging, or production)
|
|
NODE_ENV=development
|
|
|
|
# Put Discord token here
|
|
TOKEN=
|
|
|
|
# Put the database connection URL here
|
|
# Example for MongoDB:
|
|
# DB=mongodb://localhost:27017/esmBot
|
|
# Example for PostgreSQL:
|
|
DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
|
|
|
# Put snowflake ID of bot owner here
|
|
OWNER=
|
|
|
|
# Put default prefix here
|
|
PREFIX=&
|
|
|
|
###########
|
|
# Optional
|
|
###########
|
|
|
|
# Put the emoji for processing messages here
|
|
# Example:
|
|
# PROCESSING_EMOJI=<a:processing:818243325891051581>
|
|
PROCESSING_EMOJI=
|
|
|
|
# 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 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're using PM2 to manage the bot
|
|
PMTWO=false
|
|
# Set this to true if you want to use the image API
|
|
API=false
|