Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
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# Client ID found in the Oauth page of the Discord Developer Portal
6CLIENT_ID=
7# Postgresql database URLs
8DATABASE_URL=
9# Openrouter API key for the default AI model
10OPENROUTER_API_KEY=
11# OpenWeather API key for the weather command
12OPENWEATHER_API_KEY=
13# Log level for the application (debug, info, warn, error)
14LOG_LEVEL=info
15# Node environment (development, production)
16NODE_ENV=development
17# For the status API, you may use $SOURCE_COMMIT with Coolify.
18SOURCE_COMMIT=
19# The API key going to be used for the status API
20STATUS_API_KEY=
21# The bot's token
22TOKEN=
23# Frontend envs
24VITE_BOT_API_URL=
25VITE_STATUS_API_KEY=
26VITE_FRONTEND_URL=
27VITE_DISCORD_CLIENT_ID=
28
29# Deployment notification webhook
30DEPLOYMENT_WEBHOOK_URL=