Add docker image with workbench server.
[arvados.git] / docker / api / database.yml.in
1 development:
2   adapter: postgresql
3   encoding: utf8
4   database: @@ARVADOS_DEV_DB@@
5   username: @@ARVADOS_DEV_USER@@
6   password: @@ARVADOS_DEV_PW@@
7   host: localhost
8
9 test:
10   adapter: postgresql
11   encoding: utf8
12   database: @@ARVADOS_TEST_DB@@
13   username: @@ARVADOS_TEST_USER@@
14   password: @@ARVADOS_TEST_PW@@
15   host: localhost
16
17 production:
18   adapter: postgresql
19   encoding: utf8
20   database: @@ARVADOS_PROD_DB@@
21   username: @@ARVADOS_PROD_USER@@
22   password: @@ARVADOS_PROD_PW@@
23   host: localhost
24