Guest User

Untitled

a guest
Feb 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: gitorious_development
  4. username: root
  5. password: root
  6. host: localhost
  7.  
  8. # Warning: The database defined as 'test' will be erased and
  9. # re-generated from your development database when you run 'rake'.
  10. # Do not set this db to the same as development or production.
  11. test:
  12. adapter: mysql
  13. database: gitorious_test
  14. username: root
  15. password: root
  16. host: localhost
  17.  
  18. production:
  19. adapter: mysql
  20. database: gitorious_production
  21. username: root
  22. password: root
  23. host: localhost
Add Comment
Please, Sign In to add comment