Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2.  
  3. default: &default
  4.  
  5. adapter: postgresql
  6.  
  7. encoding: unicode
  8.  
  9. pool: 5
  10.  
  11.  
  12. development:
  13.  
  14. <<: *default
  15.  
  16. database: list71_development
  17.  
  18. username: huy
  19.  
  20. password: 123qwe
  21.  
  22. host: localhost
  23.  
  24. port: 5432
  25.  
  26. production:
  27.  
  28. <<: *default
  29.  
  30. database: list71_development
  31.  
  32. username: huy
  33.  
  34. password: 123qwe
  35.  
  36. host: localhost
  37.  
  38. port: 5432
  39.  
  40. test:
  41.  
  42. <<: *default
  43.  
  44. database: list71_test
  45.  
  46. username: huy
  47.  
  48. password: 123qwe
  49.  
  50. host: localhost
  51.  
  52. port: 5432
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement