1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
10 "git.curoverse.com/arvados.git/sdk/go/arvados"
13 type wsConfig struct {
21 PingTimeout arvados.Duration
25 ManagementToken string
28 func defaultConfig() wsConfig {
30 Client: arvados.Client{
31 APIHost: "localhost:443",
34 "dbname": "arvados_production",
38 "connect_timeout": "30",
40 "fallback_application_name": "arvados-ws",
45 PingTimeout: arvados.Duration(time.Minute),