-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (19 loc) · 897 Bytes
/
.env.example
File metadata and controls
19 lines (19 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Anthropic
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# GitHub
GITHUB_TOKEN=your_github_personal_access_token_here
TARGET_GITHUB_USERNAME=your_github_username_here
# Your personal oh-my-workers DB
DATABASE_URL=postgresql://user:password@localhost:5432/work_coordinator
# Company DB (update these when you change jobs)
COMPANY_DB_URL=postgresql://user:password@company-host:5432/company_db
# Neon (FOR PRODUCTION ONLY)
NEON_MOCK_COMPANY_DB_URL=YOUR_NEON_MOCK_COMPANY_DB_URL
NEON_WORK_COORDINATOR_DB_URL=YOUR_NEON_WORK_COORDINATOR_DB_URL
# Gmail
GMAIL_USER=your_gmail_user_here
GMAIL_APP_PASSWORD=your_gmail_app_password_here # setup from: Google app passwords:
QUIZ_EMAIL_RECIPIENT=your_recipient_email_here
# Telegram
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here # @BotFather on Telegram → /newbot
TELEGRAM_CHAT_ID=your_telegram_chat_id_here # message @userinfobot on Telegram to get it