sourcegraph / app

Issue tracker for the Sourcegraph app - a lightweight single-binary version of Sourcegraph for your local machine
27 stars 2 forks source link

Can we change the debug port from 6060? #12

Open kai-tock opened 1 year ago

kai-tock commented 1 year ago

According to docs, Sourcegraph uses port 6060 for debugging. Unfortunately, our software also uses port 6060 for one of its webservers, creating conflicts when running the app on my local machine. I either have to turn off Sourcegraph when developing locally or turn off my server when using Sourcegraph. Is it possible to allow a configuration setting to override the default port away from 6060?

Thank you!

slimsag commented 1 year ago

thanks for reporting, and deeply sorry for the delay; we're looking into this and should have a fix in a week or so

slimsag commented 1 year ago

We just released a new version which fixes the port conflict on :9000 (changed to :49000) - and are working on resolving the other port conflicts.

chwarwick commented 1 year ago

We just released a new version which fixes the conflict on port 6060 (we defaulted to disabling the debug server).

Please let me know if this helps resolve the issue for you @kai-tock