Guest User

Untitled

a guest
Jun 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. locallogin: &locallogin
  2. adapter: mysql
  3. host: 127.0.0.1
  4. username: root
  5. password:
  6. port: 3306
  7. encoding: utf8
  8. development:
  9. <<: *locallogin
  10. database: pet_development
  11.  
  12. # Warning: The database defined as "test" will be erased and
  13. # re-generated from your development database when you run "rake".
  14. # Do not set this db to the same as development or production.
  15. test:
  16. <<: *locallogin
  17. database: pet_test
Add Comment
Please, Sign In to add comment