sdepold / jquery-rss

An easy-to-use rss plugin for jquery with templating.
MIT License
454 stars 142 forks source link

Changing application port #144

Closed dmoczisko closed 4 years ago

dmoczisko commented 6 years ago

Is there a simple way to change the application to point to a different port (other than 8080) or is it just a matter of changing all port 8080 instances within the application? If not I can do this on a networking level, I was just curious. Thanks.

sdepold commented 4 years ago

I guess you are talking about feedr:

PORT=9090 yarn start