X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9b4502bcddeccd794614bf6979d643f9f350877..187382bb88eee65d887c004d73eddf46cbd86bc2:/services/ws/config.go diff --git a/services/ws/config.go b/services/ws/config.go index 79c2f232da..d4cf511439 100644 --- a/services/ws/config.go +++ b/services/ws/config.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -17,6 +21,8 @@ type wsConfig struct { PingTimeout arvados.Duration ClientEventQueue int ServerEventQueue int + + ManagementToken string } func defaultConfig() wsConfig {