feat: add Plivo SMS admin panel with rate limits
This commit is contained in:
@@ -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)
|
||||
# ==========================================
|
||||
|
||||
Reference in New Issue
Block a user