Guest User

Untitled

a guest
Mar 12th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. production:
  2. adapter: mysql
  3. encoding: utf8
  4. database: holopoint_production
  5. username: dbuser
  6. password: ***snipped***
  7. host: 127.0.0.1
  8. socket: /var/lib/mysql/mysql.sock
  9.  
  10. worker:
  11. adapter: mysql
  12. encoding: utf8
  13. database: holopoint_production
  14. username: dbuser
  15. password: ***snipped***
  16. host: 127.0.0.1
  17. port: 8888
Add Comment
Please, Sign In to add comment