Guest User

Untitled

a guest
Apr 12th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. development:
  2. sequel: &default
  3. adapter: mysql
  4. database: sample_development
  5. username: teh_user
  6. password: secrets
  7. host: localhost
  8. socket: /tmp/mysql.sock
  9.  
  10. test:
  11. sequel:
  12. << *default
  13.  
  14. production:
  15. sequel:
  16. << *default
Add Comment
Please, Sign In to add comment