Request rate limit
10r/s
Exceededip
will be bannedBaseURL: https://api.rosendo.fun
- Config env
Create env file touch .env.local
SECRET_KEYS=xxxxxx
- Create secret key
mkdir local
openssl genpkey -algorithm RSA -out local/private_key.pem
openssl rsa -pubout -in private_key.pem -out local/public_key.pem
- Deploy
npm run deploy