Applied formatting fixes to 21 files: - Fixed import ordering - Normalized indentation - Wrapped long lines No logic changes, formatting only.
13 lines
530 B
Plaintext
13 lines
530 B
Plaintext
# 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
|
|
|
|
# Optional: override config directory when HOME is read-only
|
|
WARELAY_CONFIG_DIR=/tmp/clawdis-config
|
|
|
|
# Optional: override temp directories for downloads (defaults to ~/.clawdis/telegram-temp)
|
|
TELEGRAM_TEMP_DIR=/tmp/warelay-telegram-temp
|
|
WARELAY_TEMP_DIR=/tmp/warelay-temp
|