Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. default: &default
  2. adapter: mysql2
  3. pool: 5
  4. encoding: utf8mb4
  5. charset: utf8mb4
  6. collation: utf8mb4_unicode_ci
  7. socket: /tmp/mysql.sock
  8.  
  9. development:
  10. <<: *default
  11. database: [...]
  12. username: [...]
  13. password: [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement