Guest User

Untitled

a guest
Mar 9th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. development: &defaults
  2. adapter: mysql
  3. database: app_development
  4. username: root
  5. password:
  6. host: localhost
  7.  
  8. test:
  9. <<: *defaults
  10. database: app_test
  11.  
  12. production:
  13. <<: *defaults
  14. database: app_production
Add Comment
Please, Sign In to add comment