Guest User

Untitled

a guest
Apr 10th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. defaults: &defaults
  2. adapter: mysql
  3. username: # Your MySQL username
  4. password: # Your MySQL password
  5. host: # Your MySQL host
  6.  
  7. development:
  8. database: # Your MySQL database
  9. <<: *defaults
  10.  
  11. test:
  12. database: # Your MySQL database [TEST!]
  13. <<: *defaults
  14.  
  15. production:
  16. database: # Your MySQL database
  17. <<: *defaults
Add Comment
Please, Sign In to add comment