
Untitled
By: a guest on
Jun 13th, 2012 | syntax:
None | size: 0.54 KB | hits: 14 | expires: Never
development:
adapter: mysql2
database: blog_development
pool: 5
timeout: 5000
host: localhost
user: root
# 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: mysql2
database: blog_test
pool: 5
timeout: 5000
host: localhost
user: root
production:
adapter: mysql2
database: blog_production
pool: 5
timeout: 5000
host: localhost
user: root