Advertisement
Guest User

Untitled

a guest
Dec 29th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. default: &default
  2. adapter: mysql2
  3. encoding: utf8
  4. username: root
  5. password: password
  6. pool: 8
  7.  
  8. development:
  9. <<: *default
  10. database: metall_profi
  11. socket: /tmp/mysql.sock
  12.  
  13. test:
  14. <<: *default
  15. database: metall_profi_test
  16.  
  17. production:
  18. <<: *default
  19. database: metall_profi_production
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement