faucet
faucet copied to clipboard
new policy protect email or sms api
- add new policy to protect email and sms api
- upgrade node version to 20.x
- migrate npm registry from taobao to npm official site
SMS_SEND_TIME_WINDOW=600
SMS_SEND_THRESHOLD_IN_TIME_WINDOW=1
EMAIL_SEND_TIME_WINDOW=600
EMAIL_SEND_THRESHOLD_IN_TIME_WINDOW=1
These are new policy environment parameters.
Time window unit is seconde.