brozzler icon indicating copy to clipboard operation
brozzler copied to clipboard

port 8000 change

Open Devhercule opened this issue 5 years ago • 3 comments

Hi,

How can I change the port 8000 in the code?

Thanks

Devhercule avatar Oct 04 '18 13:10 Devhercule

Sorry, I don't understand exactly what you're asking?

nlevitt avatar Oct 04 '18 18:10 nlevitt

The port is not configurable with brozzler-dashboard command. By default, it connects to port 8000. How can I change this to test it on another port (I mean in which file/code-line can I find this)?

Devhercule avatar Oct 08 '18 08:10 Devhercule

found this by searching for "8000" in github search:

https://github.com/internetarchive/brozzler/blob/master/brozzler/dashboard/init.py#L47

so you can set the environment variable DASHBOARD_PORT to change it

TheTechRobo avatar Jan 19 '22 03:01 TheTechRobo