Guest User

Untitled

a guest
Apr 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ---
  2.  
  3. development: &defaults
  4. adapter: mysql
  5. database: mapi_development
  6. username: guy
  7. password: secret
  8. host: localhost
  9.  
  10.  
  11. test:
  12. <<: *defaults
  13. database: mapi_test
  14.  
  15. production:
  16. <<: *defaults
  17. database: mapi_production
Add Comment
Please, Sign In to add comment