Guest User

Untitled

a guest
Jul 7th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ---
  2. :development: &defaults
  3. :adapter: mysql
  4. :database: encounter
  5. :username: root
  6. :password:
  7. :host: 127.0.0.1
  8. :encoding: utf8
  9.  
  10. :test:
  11. :adapter: sqlite3
  12. :database: ":memory:"
  13. :encoding: utf8
  14.  
  15. :production:
  16. <<: *defaults
  17. :database: encounter_production
  18.  
  19. :rake:
  20. <<: *defaults
Add Comment
Please, Sign In to add comment