configSetting.json 430 B

1234567891011121314151617181920
  1. [
  2. {
  3. "sourceId": "1",
  4. "sourceName": "FSS",
  5. "name": "192.168.1.24",
  6. "id": 1,
  7. "userName": "root",
  8. "passWord": "xiaoshi221101",
  9. "filePath": "/file/"
  10. },
  11. {
  12. "sourceId": "2",
  13. "sourceName": "OSS",
  14. "name": "阿里云",
  15. "id": 2,
  16. "userName": "xiexiang",
  17. "passWord": "xiexiang123456",
  18. "filePath": "/file/"
  19. }
  20. ]