Guest User

Untitled

a guest
Oct 17th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. development:&login
  6. adapter: postgresql
  7. host: localhost
  8. username: postgres
  9. password: somepassword
  10. pool: 5
  11. encoding: unicode
  12. database: prelaunch_development
  13.  
  14.  
  15.  
  16. database: prelaunch_test
  17. <<: *login
  18.  
  19. production:
  20. database: prelaunch_production
  21. <<: *login
Add Comment
Please, Sign In to add comment