Guest User

database.yml

a guest
Jun 10th, 2017
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. default: &default
  2. adapter: mysql2
  3. encoding: utf8
  4. pool: 5
  5. username: root
  6. password: *****
  7. socket: /var/run/mysqld/mysqld.sock
  8.  
  9. development:
  10. <<: *default
  11. database: *******
  12.  
  13.  
  14. test:
  15. <<: *default
  16. database: *****
  17. host: localhost
Add Comment
Please, Sign In to add comment