Guest User

Untitled

a guest
Jan 3rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. development:
  2. adapter: mysql2
  3. encoding: utf8
  4. reconnect: false
  5. database: pokaz_development
  6. pool: 5
  7. username: mysql
  8. password: root
  9. host: 127.0.0.1
  10. port: 3306
  11.  
  12. # Warning: The database defined as "test" will be erased and
  13. # re-generated from your development database when you run "rake".
  14. # Do not set this db to the same as development or production.
  15. test:
  16. adapter: mysql2
  17. encoding: utf8
  18. reconnect: false
  19. database: pokaz_test
  20. pool: 5
  21. username: mysql
  22. password: root
  23. host: 127.0.0.1
  24. port: 3306
Add Comment
Please, Sign In to add comment