X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2a62b82e96a6f56357e913117e04c36b1ccf7585..59a972c831bc8f7cd4e896ed8e1c71277b97f04e:/services/ws/doc.go diff --git a/services/ws/doc.go b/services/ws/doc.go index c2d3187f06..806c3355da 100644 --- a/services/ws/doc.go +++ b/services/ws/doc.go @@ -1,30 +1,29 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + // Arvados-ws exposes Arvados APIs (currently just one, the // cache-invalidation event feed at "ws://.../websocket") to // websocket clients. // +// Installation and configuration +// // See https://doc.arvados.org/install/install-ws.html. // -// Usage +// Developer info // -// arvados-ws [-config /etc/arvados/ws/ws.yml] [-dump-config] +// See https://dev.arvados.org/projects/arvados/wiki/Hacking_websocket_server. // -// Minimal configuration +// Usage // -// Client: -// APIHost: localhost:443 -// Listen: ":1234" -// Postgres: -// dbname: arvados_production -// host: localhost -// password: xyzzy -// user: arvados +// arvados-ws [-legacy-ws-config /etc/arvados/ws/ws.yml] [-dump-config] // // Options // -// -config path +// -legacy-ws-config path // -// Load configuration from the given file instead of the default -// /etc/arvados/ws/ws.yml +// Load legacy configuration from the given file instead of the default +// /etc/arvados/ws/ws.yml, legacy config overrides the clusterwide config.yml. // // -dump-config //