mix_fyfs_api.json 532 B

1234567891011121314151617181920212223
  1. {
  2. "id": 4,
  3. "center": {
  4. "autoLaunch": true,
  5. "port": "6000",
  6. "rpcHost": "127.0.0.1",
  7. "password": "123456",
  8. "type": "center",
  9. "name": "中心服务器"
  10. },
  11. "server": {
  12. "reConnectTime": 1000,
  13. "kickClientTime": 10000,
  14. "name": "MIX-FYFS接口服务",
  15. "port": 84,
  16. "remote": "cp.mokasz.com",
  17. "rpcHost": "127.0.0.1",
  18. "rpcSecure": false,
  19. "type": "mix_fyfs_api",
  20. "tag": "api",
  21. "useHttp": true
  22. }
  23. }