sys_oss_config.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. [
  2. {
  3. "id": 1,
  4. "tenantId": "000000",
  5. "configKey": "minio",
  6. "accessKey": "admin",
  7. "secretKey": "iita@123",
  8. "bucketName": "iotkit",
  9. "prefix": "",
  10. "endpoint": "159.75.222.119:9000",
  11. "domain": "",
  12. "is_https": "N",
  13. "region": "",
  14. "accessPolicy": "1",
  15. "status": "0",
  16. "ext1": "",
  17. "createDept": 103,
  18. "createBy": 1,
  19. "updateBy": 1,
  20. "remark": null
  21. },
  22. {
  23. "id": 2,
  24. "tenantId": "000000",
  25. "configKey": "qiniu",
  26. "accessKey": "XXXXXXXXXXXXXXX",
  27. "secretKey": "XXXXXXXXXXXXXXX",
  28. "bucketName": "ruoyi",
  29. "prefix": "",
  30. "endpoint": "s3-cn-north-1.qiniucs.com",
  31. "domain": "",
  32. "is_https": "N",
  33. "region": "",
  34. "accessPolicy": "1",
  35. "status": "1",
  36. "ext1": "",
  37. "createDept": 103,
  38. "createBy": 1,
  39. "updateBy": 1,
  40. "remark": null
  41. },
  42. {
  43. "id": 3,
  44. "tenantId": "000000",
  45. "configKey": "aliyun",
  46. "accessKey": "XXXXXXXXXXXXXXX",
  47. "secretKey": "XXXXXXXXXXXXXXX",
  48. "bucketName": "ruoyi",
  49. "prefix": "",
  50. "endpoint": "oss-cn-beijing.aliyuncs.com",
  51. "domain": "",
  52. "is_https": "N",
  53. "region": "",
  54. "accessPolicy": "1",
  55. "status": "1",
  56. "ext1": "",
  57. "createDept": 103,
  58. "createBy": 1,
  59. "updateBy": 1,
  60. "remark": null
  61. },
  62. {
  63. "id": 4,
  64. "tenantId": "000000",
  65. "configKey": "qcloud",
  66. "accessKey": "XXXXXXXXXXXXXXX",
  67. "secretKey": "XXXXXXXXXXXXXXX",
  68. "bucketName": "ruoyi-1250000000",
  69. "prefix": "",
  70. "endpoint": "cos.ap-beijing.myqcloud.com",
  71. "domain": "",
  72. "is_https": "N",
  73. "region": "ap-beijing",
  74. "accessPolicy": "1",
  75. "status": "1",
  76. "ext1": "",
  77. "createDept": 103,
  78. "createBy": 1,
  79. "updateBy": 1,
  80. "remark": null
  81. },
  82. {
  83. "id": 5,
  84. "tenantId": "000000",
  85. "configKey": "image",
  86. "accessKey": "ruoyi",
  87. "secretKey": "ruoyi123",
  88. "bucketName": "ruoyi",
  89. "prefix": "image",
  90. "endpoint": "127.0.0.1:9000",
  91. "domain": "",
  92. "is_https": "N",
  93. "region": "",
  94. "accessPolicy": "1",
  95. "status": "1",
  96. "ext1": "",
  97. "createDept": 103,
  98. "createBy": 1,
  99. "updateBy": 1,
  100. "remark": null
  101. }
  102. ]