You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
340 B
24 lines
340 B
11 years ago
|
development:
|
||
|
adapter: postgresql
|
||
|
database: db/rally_development
|
||
|
pool: 5
|
||
|
timeout: 5000
|
||
|
username:
|
||
|
password:
|
||
|
|
||
|
test:
|
||
|
adapter: postgresql
|
||
|
database: db/rally_test
|
||
|
pool: 5
|
||
|
timeout: 5000
|
||
|
username:
|
||
|
password:
|
||
|
|
||
|
production:
|
||
|
adapter: postgresql
|
||
|
database: db/rally_production
|
||
|
pool: 5
|
||
|
timeout: 5000
|
||
|
username:
|
||
|
password:
|