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

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.44 KB  |  hits: 13  |  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. development:
  2.   adapter: postgresql
  3.   database: emotio-dev
  4.   pool: 5
  5.   timeout: 5000
  6.  
  7. # Warning: The database defined as "test" will be erased and
  8. # re-generated from your development database when you run "rake".
  9. # Do not set this db to the same as development or production.
  10. test:
  11.   adapter: sqlite3
  12.   database: db/test.sqlite3
  13.   pool: 5
  14.   timeout: 5000
  15.  
  16. production:
  17.   adapter: sqlite3
  18.   database: db/production.sqlite3
  19.   pool: 5
  20.   timeout: 5000