Guest User

Untitled

a guest
Apr 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. development: &defaults
  2. host: 172.17.0.3
  3. adapter: mysql2
  4. encoding: utf8
  5. database: peatio_development
  6. username: root
  7. password: UxemadfeKOPylYPL@z4nIpIMipPe
  8. pool: 10
  9. reconnect: true
  10.  
  11. test:
  12. <<: *defaults
  13. database: peatio_test
  14.  
  15. production:
  16. <<: *defaults
  17. database: peatio_production
Add Comment
Please, Sign In to add comment