Guest User

Untitled

a guest
Mar 10th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ---
  2. # This is a sample database file for the DataMapper ORM
  3. :development: &defaults
  4. :adapter: mysql
  5. :database: merbapp_development
  6. :username: malcolm
  7. :password:
  8. # :host: localhost
  9. :socket: /opt/local/var/run/mysql5/mysqld.sock
  10.  
  11. :test:
  12. :database: merbapp_test
  13. <<: *defaults
  14.  
  15. :production:
  16. :database: merbapp_production
  17. <<: *defaults
Add Comment
Please, Sign In to add comment