mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3170295136
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1720 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
23 lines
500 B
YAML
23 lines
500 B
YAML
development:
|
|
adapter: mysql
|
|
database: rails_development
|
|
host: localhost
|
|
username: root
|
|
password:
|
|
|
|
# Warning: The database defined as 'test' will be erased and
|
|
# re-generated from your development database when you run 'rake'.
|
|
# Do not set this db to the same as development or production.
|
|
test:
|
|
adapter: mysql
|
|
database: rails_test
|
|
host: localhost
|
|
username: root
|
|
password:
|
|
|
|
production:
|
|
adapter: mysql
|
|
database: rails_production
|
|
host: localhost
|
|
username: root
|
|
password:
|