Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 37 lines 1.2 kB view raw
1# Allowed Origins for the status endpoint 2ALLOWED_ORIGINS= 3# Encryption secret for data stored in the Database (Like API keys) 4API_KEY_ENCRYPTION_SECRET= 5# Discord bot credentials, can be found in https://discord.com/developers/applications 6CLIENT_ID= 7CLIENT_SECRET= 8REDIRECT_URI=http://localhost:3000/api/auth/discord/callback 9TOKEN= 10# Postgresql database URLs 11DATABASE_URL= 12# Openrouter API key for the default AI model 13OPENROUTER_API_KEY= 14# OpenWeather API key for the weather command 15OPENWEATHER_API_KEY= 16# Massive.com API key for the /stocks command 17MASSIVE_API_KEY= 18# Optional override for the Massive.com REST base URL 19MASSIVE_API_BASE_URL=https://api.massive.com 20# Log level for the application (debug, info, warn, error) 21LOG_LEVEL=info 22# Node environment (development, production) 23NODE_ENV=development 24# For the status API, you may use $SOURCE_COMMIT with Coolify. 25SOURCE_COMMIT= 26# The API key going to be used for the status API 27STATUS_API_KEY= 28# Frontend envs 29VITE_BOT_API_URL= 30VITE_STATUS_API_KEY= 31# Deployment notification webhook 32DEPLOYMENT_WEBHOOK_URL= 33# Top.gg Webhook Configuration 34TOPGG_WEBHOOK_SECRET= 35TOPGG_WEBHOOK_AUTH= 36# Top.gg token to check vote status 37TOPGG_TOKEN=