Guest User

Untitled

a guest
Mar 15th, 2018
100
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: stressaf_development
  4. username: root
  5. password:
  6. host: 127.0.0.1:3300
  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: stressaf_test
  14. username: root
  15. password:
  16. host: 127.0.0.1:3300
  17.  
  18. production:
  19. adapter: mysql
  20. database: stressaf_production
  21. username: root
  22. password:
  23. host: 127.0.0.1:3300
Add Comment
Please, Sign In to add comment