Guest User

Untitled

a guest
Mar 9th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: bfb2_development
  4. username: root
  5. password:
  6. # socket: /tmp/mysql.sock
  7.  
  8. # Warning: The database defined as "test" will be erased and
  9. # re-generated from your development database when you run "rake".
  10. # Do not set this db to the same as development or production.
  11. test: &TEST
  12. adapter: sqlite3
  13. database: db/test.sqlite3
  14. pool: 5
  15. timeout: 5000
  16.  
  17.  
  18. production:
  19. adapter: mysql
  20. encoding: utf8
  21. database: subscriptions_production
  22. username: root
  23. password:
  24.  
  25. cucumber:
  26. <<: *TEST
Add Comment
Please, Sign In to add comment