Guest User

Untitled

a guest
Nov 24th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. development:
  2. adapter: postgresql
  3. database: cfportal_development
  4. username:
  5. password:
  6. pool: 5
  7. timeout: 5000
  8.  
  9. # Warning: The database defined as "test" will be erased and
  10. # re-generated from your development database when you run "rake".
  11. # Do not set this db to the same as development or production.
  12. test:
  13. adapter: postgresql
  14. database: cfportal_test
  15. username:
  16. password:
  17. pool: 5
  18. timeout: 5000
  19.  
  20. production:
  21. adapter: postgresql
  22. database: cfportal_production
  23. username:
  24. password:
  25. pool: 5
  26. timeout: 5000
  27.  
  28. cf_legacy_website:
  29. adapter: mysql2
  30. database: cf_legacy_website
  31. username: root
  32. password:
  33. pool: 5
  34. timeout: 5000
Add Comment
Please, Sign In to add comment