X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/39cb61dfbcbeca5ff2d79ea9e9329beb6a4e489a..c436da861845723ab18f56dba96052cf2569e539:/services/api/config/application.yml.example diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example index 488c4bd3e6..2705fa1a74 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -37,10 +37,12 @@ test: secret_token: <%= rand(2**512).to_s(36) %> common: - - # Git repositories must be readable by api server, or you won't be - # able to submit crunch jobs. To pass the test suites, put a clone - # of the arvados tree in {git_repositories_dir}/arvados.git or - # {git_repositories_dir}/arvados/.git - # #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