A few fixes:
[arvados-k8s.git] / charts / arvados / config / sso / database.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 production:
6   adapter: postgresql
7   encoding: utf8
8   database: arvados_sso_production
9   username: arvados_sso
10   password: pw
11   host: arvados-postgres
12   template: template0
13
14 development:
15   adapter: postgresql
16   encoding: utf8
17   database: arvados_sso_development
18   username: arvados_sso
19   password: xxxxxxxx
20   host: localhost
21   template: template0
22
23 # Warning: The database defined as "test" will be erased and
24 # re-generated from your development database when you run "rake".
25 # Do not set this db to the same as development or production.
26 test:
27   adapter: postgresql
28   encoding: utf8
29   database: arvados_sso_test
30   username: arvados_sso
31   password: xxxxxxxx
32   host: localhost
33   template: template0