diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7270b81 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# Telegram Bot Token from @BotFather +FLYNN_TELEGRAM_TOKEN=your-bot-token-here + +# Anthropic API Key +ANTHROPIC_API_KEY=your-anthropic-api-key-here + +# Optional: Custom config path +# FLYNN_CONFIG=/path/to/config.yaml