Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: typo_development
  4. username: typo
  5. password: typo
  6. host: localhost
  7. port: 5432
  8.  
  9. test:
  10. adapter: mysql
  11. database: typo_test
  12. username: typo
  13. password: typo
  14. host: localhost
  15. port: 5432
  16.  
  17. production:
  18. adapter: mysql
  19. database: typo_production
  20. username: typo
  21. password: typo
  22. host: localhost
  23. port: 5432
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement