Showing
1 changed file
with
3 additions
and
3 deletions
@@ -1194,9 +1194,9 @@ file: | @@ -1194,9 +1194,9 @@ file: | ||
1194 | staticUrl: /static/files/** #oss静态访问路径 只有type = local需要 | 1194 | staticUrl: /static/files/** #oss静态访问路径 只有type = local需要 |
1195 | randomFileName: ${file.storage.randomFileName} | 1195 | randomFileName: ${file.storage.randomFileName} |
1196 | minio: | 1196 | minio: |
1197 | - minioUrl: ${MINIO_URL:https://demo.thingskit.com:9000} #minio储存地址 | ||
1198 | - minioName: ${MINIO_NAME:thingskit} #minio账户 | ||
1199 | - minioPass: ${MINIO_PWD:Dzr227+bjsz} #minio访问密码 | 1197 | + minioUrl: ${MINIO_URL:http://127.0.0.1:9000} #minio储存地址 |
1198 | + minioName: ${MINIO_NAME:xxxxxx} #minio账户 | ||
1199 | + minioPass: ${MINIO_PWD:xxxxx} #minio访问密码 | ||
1200 | bucketName: yunteng-test #minio储存桶名称 | 1200 | bucketName: yunteng-test #minio储存桶名称 |
1201 | randomFileName: ${file.storage.randomFileName} | 1201 | randomFileName: ${file.storage.randomFileName} |
1202 | account: | 1202 | account: |