Guest User

Untitled

a guest
May 3rd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: potapenko_development
  4. username: root
  5. password: qwerty
  6. host: localhost
  7. encoding: utf8
  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: potapenko_test
  15. username: root
  16. password: qwerty
  17. host: localhost
  18. encoding: utf8
  19.  
  20. production:
  21. adapter: mysql
  22. database: potapenko_production
  23. username: root
  24. password: qwerty
  25. host: localhost
  26. encoding: utf8
Add Comment
Please, Sign In to add comment