X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a27e0874320e408124fee837b355995350bbc7ee..aae2802ab7e3ecb35ff86998e79927fe7de26e49:/services/ws/config.go diff --git a/services/ws/config.go b/services/ws/config.go index cf82cf8e10..ead1ec20c6 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 ( @@ -8,7 +12,7 @@ import ( type wsConfig struct { Client arvados.Client - Postgres pgConfig + Postgres arvados.PostgreSQLConnection PostgresPool int Listen string LogLevel string @@ -26,7 +30,7 @@ func defaultConfig() wsConfig { Client: arvados.Client{ APIHost: "localhost:443", }, - Postgres: pgConfig{ + Postgres: arvados.PostgreSQLConnection{ "dbname": "arvados_production", "user": "arvados", "password": "xyzzy",