How do i start a bokeh server with a file of address that is my whitelist?
I currently launch it using
python -m bokeh server --host x.x.x.x:5006 --host x.x.x.x:5006 --host x.x.x.x:5006 --host x.x.x.x:5006 --host x.x.x.x:5006 --host x.x.x.x:5006 --show myapp
I would like it to be
python -m bokeh server --host whitelist.txt --show myapp