tagyoureit / nodejs-poolController-webClient

Web app for nodejs-poolController 6.0 and above.
GNU Affero General Public License v3.0
9 stars 4 forks source link

Port conflict #18

Closed miamijerry closed 3 years ago

miamijerry commented 3 years ago

I believe I have a conflicting port at :8080

Can I make an edit and move this port number?

Thanks

miamijerry commented 3 years ago

Not port related, maybe peer dependencies ?

tagyoureit commented 3 years ago

In config.json you can change the port:

  "web": {
    "port": 8080
  },