feat: add Plivo SMS admin panel with rate limits

This commit is contained in:
2026-04-23 15:02:39 -04:00
parent 3029ce7053
commit d72cc63c7a
7 changed files with 549 additions and 23 deletions
+9
View File
@@ -45,6 +45,15 @@ OVERSEER_API_KEY=""
# ==========================================
KOFI_VERIFICATION_TOKEN=""
# ==========================================
# Plivo (SMS Notifications)
# Get credentials from Plivo Console > Account Settings
# Free trial: 1 SMS per 60 seconds enforced in code
# ==========================================
PLIVO_AUTH_ID=""
PLIVO_AUTH_TOKEN=""
PLIVO_SRC_NUMBER="" # Your Plivo phone number (e.g. +12125551234)
# ==========================================
# Redis (optional caching)
# ==========================================