Guest User

Untitled

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