m0ngr31 / EPlusTV

Virtual linear channels for ESPN, ESPN+, MSG+, NFL+, B1G+, NESN, Mountain West, FloSports, Paramount+, MLB.tv, and FOX Sports
MIT License
133 stars 23 forks source link

how can i run the script with #96

Closed waqarr closed 2 months ago

waqarr commented 5 months ago

i install the script directly without docker

how can i provide the environment variable inside command

npm start

i want to enable PROXY_SEGMENTS increase channels NUM_OF_CHANNELS and change port how can i do this in command line

m0ngr31 commented 2 months ago

You just run it before npm start: PROXY_SEGMENTS=true NUM_OF_CHANNELS=5000 npm start