51f1028072430e32c7eb522b35716a969695b6e6
[arvados.git] / services / api / config / database.yml.sample
1 development:
2   adapter: mysql
3   encoding: utf8
4   database: orvos_development
5   username: orvos
6   password: ********
7   host: localhost
8
9 test:
10   adapter: mysql
11   encoding: utf8
12   database: orvos_test
13   username: orvos
14   password: ********
15   host: localhost
16
17 production:
18   adapter: mysql
19   encoding: utf8
20   database: orvos_production
21   username: orvos
22   password: ********
23   host: localhost
24