steemit / faucet

Steemit Account Creation Web Application
MIT License
22 stars 42 forks source link

add rate limit of twilio support #593

Open ety001 opened 2 weeks ago

ety001 commented 2 weeks ago
TWILIO_RATE_LIMIT_SID=RKxxx
TWILIO_RATE_LIMIT_BUCKET_SID=BLxxx
TWILIO_RATE_LIMIT_BUCKET_MAX=4
TWILIO_RATE_LIMIT_BUCKET_INTERVAL=60

Add new environment variables.

The unit of TWILIO_RATE_LIMIT_BUCKET_INTERVAL is second. The max value is 86400.