Guest User

Untitled

a guest
Feb 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. development:
  2. adapter: mysql2
  3. username: root
  4. password: coolio
  5. socket: /tmp/mysql.sock
  6. encoding: utf8
  7. database: r101_development
  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: mysql2
  14. username: root
  15. password: coolio
  16. socket: /tmp/mysql.sock
  17. encoding: utf8
  18. database: r101_test
  19.  
  20. production:
  21. adapter: mysql2
  22. username: root
  23. password: coolio
  24. socket: /tmp/mysql.sock
  25. encoding: utf8
  26. database: r101_production
Add Comment
Please, Sign In to add comment