Merge branch '21383-misc-fixes'. Refs #21383
[arvados.git] / services / api / config / database.yml.example
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 development:
6   adapter: postgresql
7   template: template0
8   encoding: utf8
9   database: arvados_development
10   username: arvados
11   password: xxxxxxxx
12   host: localhost
13
14 test:
15   adapter: postgresql
16   template: template0
17   encoding: utf8
18   collation: en_US.utf8
19   database: arvados_test
20   username: arvados
21   password: xxxxxxxx
22   host: localhost
23
24 production:
25   adapter: postgresql
26   template: template0
27   encoding: utf8
28   database: arvados_production
29   username: arvados
30   password: xxxxxxxx
31   host: localhost
32   pool: 50