dd66bd1372
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
213 B
Bash
9 lines
213 B
Bash
# 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
|