Guest User

Untitled

a guest
Jun 2nd, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ---
  2. :development: &defaults
  3. :adapter: mysql
  4. :database: fulltiltstore
  5. :username: root
  6. :password:
  7. :host: localhost
  8. :encoding: utf8
  9.  
  10. :test:
  11. <<: *defaults
  12. :database: sample_test
  13.  
  14. :production:
  15. <<: *defaults
  16.  
  17. :rake:
  18. <<: *defaults
Add Comment
Please, Sign In to add comment