projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
do not include ApiClient* in discovery document. refs #1405 refs #1406
[arvados.git]
/
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