Guest User

Untitled

a guest
Sep 8th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. development:
  2. adapter: postgresql
  3. username: studentify
  4. host: 127.0.0.1
  5. port: 5432
  6. password: smarty_pens
  7. database: studentify_development
  8.  
  9. test:
  10. adapter: postgresql
  11. encoding: unicode
  12. username: studentify
  13. host: 127.0.0.1
  14. port: 5432
  15. password: smarty_pens
  16. database: studentify_test
  17.  
  18. production:
  19. adapter: postgresql
  20. username: studentify
  21. host: 127.0.0.1
  22. port: 5432
  23. password: smarty_pens
  24. database: studentify_production
Add Comment
Please, Sign In to add comment