Guest User

Untitled

a guest
Mar 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. development:
  2. adapter: mysql
  3. database: convocazioni_development
  4. username: root
  5. password:
  6. host: localhost
  7.  
  8. test:
  9. adapter: mysql
  10. database: convocazioni_development
  11. username: root
  12. password:
  13. host: localhost
  14.  
  15. production:
  16. adapter: mysql
  17. database: convocazioni_production
  18. username: root
  19. password:
  20. host: localhost
  21.  
  22. geonames_development:
  23. adapter: mysql
  24. database: convocazioni_development
  25. username: root
  26. password:
  27. host: localhost
  28.  
  29. geonames_test:
  30. adapter: mysql
  31. database: convocazioni_development
  32. username: root
  33. password:
  34. host: localhost
  35.  
  36. geonames_production:
  37. adapter: mysql
  38. database: convocazioni_production
  39. username: root
  40. password:
  41. host: localhost
Add Comment
Please, Sign In to add comment