X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/660e8d8345bfe7f34dfc8db655eff6a0af8bd47f..ccce5e8ad71ed2e50ecd57c0f73f1aaafc468539:/services/api/config/application.yml.example?ds=sidebyside diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example index 9162fc4445..2705fa1a74 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -39,3 +39,10 @@ test: common: #git_repositories_dir: /var/cache/git #git_internal_dir: /var/cache/arvados/internal.git + + # 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://websocket.local/websocket