Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. {
  2. "myapp":
  3. { "lazy_connections" : 0,
  4. "master":
  5. [
  6. {
  7. "host":"127.0.0.1",
  8. "port" : 3306,
  9. "user" : "root",
  10. "password" : "root",
  11. "db" : "test"
  12. }
  13. ],
  14. "slave":
  15. {
  16. "slave1":
  17. {
  18. "host":"127.0.0.1",
  19. "port" : 3307,
  20. "user" : "root",
  21. "password" : "root",
  22. "db" : "test"
  23. },
  24. "slave2":
  25. {
  26. "host":"localhost",
  27. "socket" : "/tmp/mysql3307.sock",
  28. "user" : "root",
  29. "password" : "root",
  30. "db" : "test"
  31. }
  32. ]
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement