Merge branch 'master' of git.clinicalfuture.com:arvados
[arvados.git] / docker / base / database.yml
1 # TODO(twp): parameterize usernames, database names, passwords
2
3 development:
4   adapter: postgresql
5   encoding: utf8
6   database: arvados_development
7   username: arvados
8   password: dummy_pw
9   host: localhost
10
11 test:
12   adapter: postgresql
13   encoding: utf8
14   database: arvados_test
15   username: arvados
16   password: dummy_pw
17   host: localhost
18
19 production:
20   adapter: postgresql
21   encoding: utf8
22   database: arvados_production
23   username: arvados
24   password: dummy_pw
25   host: localhost
26