xyter/.env.example
Joshua Schmitt b7dc2b6fc6
fix: 🚧 done review
2022-07-06 19:03:45 +02:00

34 lines
865 B
Text

# THIS FILE SHOULD BE INSIDE OF build/
# Discord
DISCORD_TOKEN=""
DISCORD_CLIENT_ID=""
DISCORD_GUILD_ID=""
# Database
# Comment this if youre using docker-compose
MONGO_URL="mongodb+srv://username:password@host/database?retryWrites=true&w=majority"
# Uncomment this if youre using docker-compose
# MONGO_USER=YOUR_DOCKER_COMPOSE_MONGO_USER
# MONGO_PASS=YOUR_DOCKER_COMPOSE_MONGO_PASSWORD
# Encryption
ENCRYPTION_ALGORITHM="aes-256-ctr"
ENCRYPTION_SECRET="A RANDOM STRING WITH LENGTH OF 32"
#Embed
EMEBD_COLOR_SUCCESS="#22bb33"
EMBED_COLOR_WAIT="#f0ad4e"
EMBED_COLOR_ERROR="#bb2124"
EMBED_FOOTER_TEXT="https://github.com/ZynerOrg/xyter"
EMBED_FOOTER_ICON="https://github.com/ZynerOrg.png"
# Log
LOG_LEVEL="silly"
# Reputation
REPUTATION_TIMEOUT="86400"
# Bot Hoster
BOT_HOSTER_NAME="Zyner"
BOT_HOSTER_URL="https://xyter.zyner.org/customization/change-hoster"