This commit is contained in:
ahinz 2014-12-12 10:55:27 +01:00
parent 2b7ad6b321
commit eafdb61f2f
1 changed files with 2 additions and 5 deletions

View File

@ -2,17 +2,14 @@ default: &default
adapter: mysql2 adapter: mysql2
encoding: utf8 encoding: utf8
pool: 5 pool: 5
timeout: 5000
username: devblog_db username: devblog_db
password: YT29JEeP4t03ECV password: YT29JEeP4t03ECV
timeout: 5000
development: development:
<<: *default <<: *default
database: devblog_dev 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: test:
<<: *default <<: *default
database: devblog_test database: devblog_test