mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
21 lines
309 B
YAML
21 lines
309 B
YAML
|
development:
|
||
|
adapter: mysql
|
||
|
database: rails_development
|
||
|
host: localhost
|
||
|
username: root
|
||
|
password:
|
||
|
|
||
|
test:
|
||
|
adapter: mysql
|
||
|
database: rails_test
|
||
|
host: localhost
|
||
|
username: root
|
||
|
password:
|
||
|
|
||
|
production:
|
||
|
adapter: mysql
|
||
|
database: rails_production
|
||
|
host: localhost
|
||
|
username: root
|
||
|
password:
|