config.json 495 B

12345678910111213141516171819202122232425262728293031
  1. {"servers":
  2. [
  3. {
  4. "username": "1",
  5. "password": "1",
  6. "name": "腾讯云-上海",
  7. "type": "KVM",
  8. "host": "None",
  9. "location": "CN",
  10. "disabled": false
  11. },
  12. {
  13. "username": "2",
  14. "password": "2",
  15. "name": "阿里云-香港",
  16. "type": "KVM",
  17. "host": "None",
  18. "location": "HK",
  19. "disabled": false
  20. },
  21. {
  22. "username": "3",
  23. "password": "3",
  24. "name": "谷歌云-日本",
  25. "type": "KVM",
  26. "host": "None",
  27. "location": "JP",
  28. "disabled": false
  29. }
  30. ]
  31. }