{ "controller": { }, "workers": [ { "type": "router", "options": { "pythonpath": ["/home/scott/projects/ParaView/build-make-debug/lib/site-ckages", "/home/scott/projects/ParaView/build-make-debug/lib"] }, "realms": [ { "name": "vtkweb", "roles": [ { "name": "anonymous", "permissions": [ { "uri": "*", "publish": true, "subscribe": true, "call": true, "register": true } ] } ] } ], "transports": [ { "type": "web", "endpoint": { "type": "tcp", "port": 8080 }, "paths": { "/": { "type": "static", "directory": "/home/scott/projects/ParaView/build-make-debug/www" }, "ws": { "type": "websocket" } } } ], "components": [ { "type": "class", "classname": "paraview.web.pv_web_visualizer._VisualizerServer", "realm": "vtkweb", "role": "anonymous" } ] } ] }