sumitkolhe / jiosaavn-api

🎵 An Unofficial API for downloading high-quality songs from JioSaavn
https://saavn.dev
MIT License
254 stars 114 forks source link

port change #58

Closed badwap closed 8 months ago

badwap commented 8 months ago

hello sir i m using nginx on port :80 how chan i start your script on another port i use - p option but its not working

sumitkolhe commented 8 months ago

For Dev environment you can change the port in src/configs/dev.config.ts

And for production environment you can add an env variable PORT = 8000 or whichever port you prefer