projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4831: Change ObjectType dropdown label.
[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