brozzler
brozzler copied to clipboard
port 8000 change
Hi,
How can I change the port 8000 in the code?
Thanks
Sorry, I don't understand exactly what you're asking?
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)?
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