Guest User

Untitled

a guest
Mar 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. # This is a sample database file for the DataMapper ORM
  3. :development: &defaults
  4. :adapter: mysql
  5. :database: wiki_development
  6. :username: root
  7. :password:
  8. :host: localhost
  9. :log_stream: STDOUT
  10. :log_level: 0
  11.  
  12. :test:
  13. <<: *defaults
  14. :database: wiki_test
  15.  
  16. :production:
  17. <<: *defaults
  18. :database: wiki_production
Add Comment
Please, Sign In to add comment