Guest User

Untitled

a guest
Mar 11th, 2018
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. BCT~/legaltorrents>rake db:migrate
  3. (in /home/dugan/legaltorrents)
  4. rake aborted!
  5. Connection refused - connect(2)
  6.  
  7. (See full trace by running task with --trace)
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. development:
  16. adapter: postgresql
  17. database: legaltorrents_development
  18. username: dugan
  19. password: testpass
  20. host: localhost
  21.  
  22. # Warning: The database defined as 'test' will be erased and
  23. # re-generated from your development database when you run 'rake'.
  24. # Do not set this db to the same as development or production.
  25.  
  26. test:
  27. adapter: postgresql
  28. database: legaltorrents_test
  29. username: dugan
  30. password: testpass
  31. host: localhost
  32.  
  33. production:
  34. adapter: postgresql
  35. database: legaltorrents_production
  36. username: dugan
  37. password: testpass
  38. host: localhost
Add Comment
Please, Sign In to add comment