Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 13th, 2012  |  syntax: None  |  size: 0.54 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. development:
  3.   adapter: mysql2
  4.   database: blog_development
  5.   pool: 5
  6.   timeout: 5000
  7.   host: localhost
  8.   user: root
  9.  
  10. # Warning: The database defined as "test" will be erased and
  11. # re-generated from your development database when you run "rake".
  12. # Do not set this db to the same as development or production.
  13. test:
  14.   adapter: mysql2
  15.   database: blog_test
  16.   pool: 5
  17.   timeout: 5000
  18.   host: localhost
  19.   user: root
  20.  
  21. production:
  22.   adapter: mysql2
  23.   database: blog_production
  24.   pool: 5
  25.   timeout: 5000
  26.   host: localhost
  27.   user: root