Skip to content

Commit

Permalink
Debugging stuff
Browse files Browse the repository at this point in the history
needed to add more localhost endpoints for testing
  • Loading branch information
astrobokonon committed May 14, 2019
1 parent 40f7004 commit 6f32331
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BokehMcBokehface/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ def configServer():

print("Starting bokeh server...")
server = Server(apps, port=5000,
allow_websocket_origin=['localhost:5000',
allow_websocket_origin=['127.0.0.1:8000',
'127.0.0.1:5000',
'localhost:5000',
'localhost:8000',
'dctsleeperservice:5000',
'dctsleeperservice:9876',
'nightwatch',
Expand Down

0 comments on commit 6f32331

Please sign in to comment.