Guest User

Untitled

a guest
Jun 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: myapp_development
  4. user: root
  5.  
  6. # Warning: The database defined as "test" will be erased and
  7. # re-generated from your development database when you run "rake".
  8. # Do not set this db to the same as development or production.
  9. test:
  10. adapter: mysql
  11. database: myapp_test
  12. user: root
  13.  
  14. production:
  15. adapter: mysql
  16. database: myapp_production
  17. user: myuser
  18. password:password
  19. host: mysql.myapp.com
Add Comment
Please, Sign In to add comment