-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 1.46 KB
/
.env.example
File metadata and controls
46 lines (39 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# TinyClaw Railway Environment Variables
# Copy this to Railway and fill in your values
# ===========================================
# AI Provider Configuration
# ===========================================
# Option 1: Anthropic (Claude) - DEFAULT
ANTHROPIC_API_KEY=your_anthropic_api_key_here
AI_PROVIDER=anthropic
AI_MODEL=claude-sonnet-4-20250514
# Option 2: OpenAI (Codex)
# OPENAI_API_KEY=your_openai_api_key_here
# AI_PROVIDER=openai
# AI_MODEL=gpt-5.3-codex
# Option 3: OpenCode (CLI - wraps multiple providers)
# AI_PROVIDER=opencode
# OpenCode will prompt for provider selection in TinyOffice
# Then configure the provider API keys in OpenCode settings
# ===========================================
# Channels (comma-separated)
# Options: discord,telegram,whatsapp
# ===========================================
CHANNELS=discord,telegram,whatsapp
# ===========================================
# Bot Tokens (only include enabled channels)
# ===========================================
DISCORD_TOKEN=your_discord_bot_token_here
TELEGRAM_TOKEN=your_telegram_bot_token_here
# WhatsApp uses QR code auth - no token needed
# ===========================================
# TinyOffice Web Portal
# ===========================================
TINYOFFICE_ENABLED=true
TINYOFFICE_PORT=3000
NEXT_PUBLIC_API_URL=http://localhost:3777
# ===========================================
# Optional Settings
# ===========================================
HEARTBEAT_INTERVAL=30
WORKSPACE_NAME=default