Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / services / api / config / database.yml.sample
1 development:
2   adapter: postgresql
3   encoding: utf8
4   database: arvados_development
5   username: arvados
6   password: xxxxxxxx
7   host: localhost
8
9 test:
10   adapter: postgresql
11   encoding: utf8
12   database: arvados_test
13   username: arvados
14   password: xxxxxxxx
15   host: localhost
16
17 production:
18   adapter: postgresql
19   encoding: utf8
20   database: arvados_production
21   username: arvados
22   password: xxxxxxxx
23   host: localhost
24