Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # do not create a queue: section for your test environment
  2. test:
  3. adapter: postgresql
  4. encoding: utf8
  5. database: canvas_test
  6. host: localhost
  7. username: canvas
  8. timeout: 5000
  9.  
  10. development:
  11. adapter: postgresql
  12. encoding: utf8
  13. database: canvas_development
  14. timeout: 5000
  15.  
  16. production:
  17. adapter: postgresql
  18. encoding: utf8
  19. database: canvas_production
  20. host: localhost
  21. username: canvas
  22. password: your_password
  23. timeout: 5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement