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 589984d1ffffdf83e8c8296d18baf995735a53f0 28 lines 906 B 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# Log level for the application (debug, info, warn, error) 17LOG_LEVEL=info 18# Node environment (development, production) 19NODE_ENV=development 20# For the status API, you may use $SOURCE_COMMIT with Coolify. 21SOURCE_COMMIT= 22# The API key going to be used for the status API 23STATUS_API_KEY= 24# Frontend envs 25VITE_BOT_API_URL= 26VITE_STATUS_API_KEY= 27# Deployment notification webhook 28DEPLOYMENT_WEBHOOK_URL=