# Copy to .env and fill with your Twilio credentials TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TWILIO_AUTH_TOKEN=your_auth_token_here # Must be a WhatsApp-enabled Twilio number, prefixed with whatsapp: TWILIO_WHATSAPP_FROM=whatsapp:+17343367101 # Discord Webhook (for simple notifications) DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/xxx/yyy # Discord Notification Channel (for clawdbot connection) # Default: #status channel (PPAL Server) # Use Discord channel ID (e.g., "1465087451113722019") DISCORD_NOTIFY_CHANNEL=1465087451113722019 # Discord Second Brain Channel (for memory/knowledge storage) # Default: #general channel (PPAL Server) # Use Discord channel ID (e.g., "1465087447225598207") DISCORD_BRAIN_CHANNEL=1465087447225598207