This commit is contained in:
parent
2b7ad6b321
commit
eafdb61f2f
|
|
@ -2,17 +2,14 @@ default: &default
|
|||
adapter: mysql2
|
||||
encoding: utf8
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
username: devblog_db
|
||||
password: YT29JEeP4t03ECV
|
||||
timeout: 5000
|
||||
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: devblog_dev
|
||||
|
||||
# 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:
|
||||
<<: *default
|
||||
database: devblog_test
|
||||
|
|
|
|||
Loading…
Reference in New Issue