Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 774 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 774 Bytes

rosendofun.service Last Commit

Request rate limit 10r/s Exceeded ip will be banned

BaseURL: https://api.rosendo.fun

Star History Chart

Development

  1. Config env

Create env file touch .env.local

SECRET_KEYS=xxxxxx
  1. 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
  1. Deploy
npm run deploy