X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0f644e242ef37c911ad3dc25aca8135c339de349..38c4ce8bd5aefed6784d457ed3caf28f279d6de4:/services/ws/config.go diff --git a/services/ws/config.go b/services/ws/config.go index d4cf511439..ead1ec20c6 100644 --- a/services/ws/config.go +++ b/services/ws/config.go @@ -12,7 +12,7 @@ import ( type wsConfig struct { Client arvados.Client - Postgres pgConfig + Postgres arvados.PostgreSQLConnection PostgresPool int Listen string LogLevel string @@ -30,7 +30,7 @@ func defaultConfig() wsConfig { Client: arvados.Client{ APIHost: "localhost:443", }, - Postgres: pgConfig{ + Postgres: arvados.PostgreSQLConnection{ "dbname": "arvados_production", "user": "arvados", "password": "xyzzy",