Add .env.example file with new environment variables
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Telegram Bot Tokens
|
||||
TELEGRAM_BOT_TOKEN=your_daemon_bot_token_here
|
||||
TELEGRAM_APPRENTICE_BOT_TOKEN=your_apprentice_bot_token_here
|
||||
|
||||
# OpenAI API Key
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
|
||||
# Anthropic API Key
|
||||
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
||||
|
||||
# GitHub Repository Information
|
||||
GITHUB_REPO_OWNER=your_github_username_or_organization
|
||||
GITHUB_REPO_NAME=your_repo_name
|
||||
GITHUB_ACCESS_TOKEN=your_github_personal_access_token
|
||||
|
||||
# Chat IDs
|
||||
DAEMON_CHAT_ID=your_daemon_chat_id
|
||||
APPRENTICE_CHAT_ID=your_apprentice_chat_id
|
||||
Reference in New Issue
Block a user