Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. development: &non-production
  2. adapter: mysql
  3. database: example_development
  4. username: root
  5. password:
  6. host: localhost
  7. timeout: 5000
  8.  
  9. test:
  10. <<: *non-production
  11. database: example_test
  12.  
  13. production:
  14. adapter: mysql
  15. database: example_production
  16. username: root
  17. password:
  18. timeout: 5000
Add Comment
Please, Sign In to add comment