# Discord Configuration DISCORD_BOT_TOKEN=your_bot_token_here DISCORD_GUILD_ID=your_guild_id_here DISCORD_CHANNEL_ID=your_channel_id_here # Database Configuration DB_HOST=localhost DB_PORT=5432 DB_NAME=discord_fishbowl DB_USER=postgres DB_PASSWORD=your_password_here # Redis Configuration REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD=your_redis_password_here # LLM Configuration LLM_BASE_URL=http://localhost:11434 LLM_MODEL=llama2