Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. common: &common
  2. adapter: postgresql
  3. database: ussd_facebook
  4. host: 192.168.166.107
  5. username: playtv
  6. password: minidb
  7. port: 6432
  8.  
  9. development:
  10. <<: *common
  11.  
  12. test:
  13. <<: *common
  14.  
  15. production:
  16. <<: *common
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement