Guest User

Untitled

a guest
Jan 26th, 2018
86
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: mysql
  3. encoding: utf8
  4. host: localhost
  5. port: 3306
  6. database: test
  7. username: root
  8. password:
  9. socket: /tmp/mysql.sock
  10.  
  11. # Warning: The database defined as 'test' will be erased and
  12. # re-generated from your development database when you run 'rake'.
  13. # Do not set this db to the same as development or production.
  14. test:
  15. adapter: mysql
  16. encoding: utf8
  17. database: test
  18. username: root
  19. password:
  20. socket: /tmp/mysql.sock
  21.  
  22. production:
  23. adapter: mysql
  24. encoding: utf8
  25. database: test
  26. username: root
  27. password:
  28. socket: /tmp/mysql.sock
Add Comment
Please, Sign In to add comment