Advertisement
Guest User

Untitled

a guest
Jul 6th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. production:
  2. adapter: mysql2
  3. database: redmine_prod
  4. host: localhost
  5. username: redmine
  6. password: redmine
  7. encoding: utf8
  8.  
  9. development:
  10. adapter: mysql2
  11. database: redmine_development
  12. host: localhost
  13. username: redmine
  14. password: redmine
  15. encoding: utf8
  16.  
  17. # Warning: The database defined as "test" will be erased and
  18. # re-generated from your development database when you run "rake".
  19. # Do not set this db to the same as development or production.
  20. test:
  21. adapter: mysql2
  22. database: redmine_test
  23. host: localhost
  24. username: redmine
  25. password: redmine
  26. encoding: utf8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement