X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da1614ac6d9b1b2aeba6267b304ce70c1726b608..fadf2b0fe1240f607fc91d65d6831621262afeb1:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index c05b4afd63..67aa401eca 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -90,9 +90,6 @@ common: # Visitors to the API server will be redirected to the workbench workbench_address: https://workbench.local:3001/ - # Websocket endpoint - websocket_address: wss://localhost:3002/websocket - # The e-mail address of the user you would like to become marked as an admin # user on their first login. # In the default configuration, authentication happens through the Arvados SSO @@ -115,3 +112,13 @@ common: assets.version: "1.0" arvados_theme: default + + # Default: do not advertise a websocket server. + websocket_address: false + + # You can run the websocket server separately from the regular HTTP service + # by setting "ARVADOS_WEBSOCKETS=ws-only" in the environment before running + # the websocket server. When you do this, you need to set the following + # configuration variable so that the primary server can give out the correct + # address of the dedicated websocket server: + #websocket_address: wss://127.0.0.1:3333/websocket