# Allowed Origins for the status endpoint ALLOWED_ORIGINS= # Encryption secret for data stored in the Database (Like API keys) API_KEY_ENCRYPTION_SECRET= # Discord bot credentials, can be found in https://discord.com/developers/applications CLIENT_ID= CLIENT_SECRET= REDIRECT_URI=http://localhost:3000/api/auth/discord/callback TOKEN= # Postgresql database URLs DATABASE_URL= # Openrouter API key for the default AI model OPENROUTER_API_KEY= # OpenWeather API key for the weather command OPENWEATHER_API_KEY= # Massive.com API key for the /stocks command MASSIVE_API_KEY= # Optional override for the Massive.com REST base URL MASSIVE_API_BASE_URL=https://api.massive.com # Log level for the application (debug, info, warn, error) LOG_LEVEL=info # Node environment (development, production) NODE_ENV=development # For the status API, you may use $SOURCE_COMMIT with Coolify. SOURCE_COMMIT= # The API key going to be used for the status API STATUS_API_KEY= # Frontend envs VITE_BOT_API_URL= VITE_STATUS_API_KEY= # Deployment notification webhook DEPLOYMENT_WEBHOOK_URL= # Top.gg Webhook Configuration TOPGG_WEBHOOK_SECRET= TOPGG_WEBHOOK_AUTH= # Top.gg token to check vote status TOPGG_TOKEN=