Revert "Switch to phusion/passenger-ruby25 for the base of the rails-runtime image."
[arvados-k8s.git] / charts / arvados / config / ws / ws.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 Client:
6   APIHost: arvados-api-server:444
7   Insecure: true
8 Listen: ":9003"
9 Postgres:
10   dbname: arvados_production
11   host: arvados-postgres
12   password: pw
13   user: arvados
14   sslmode: disable