Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -1143,10 +1143,10 @@ file: |
1143 | 1143 | staticUrl: /oss/files/** #oss静态访问路径 只有type = local需要 |
1144 | 1144 | randomFileName: ${file.storage.randomFileName} |
1145 | 1145 | minio: |
1146 | - minioUrl: https://dev.thingskit.com:9000 #minio储存地址 | |
1146 | + minioUrl: ${MINIO_URL:https://dev.thingskit.com:9000} #minio储存地址 | |
1147 | 1147 | # minioUrl: https://demo.thingskit.com:9000 #minio储存地址 |
1148 | - minioName: YunTeng #minio账户 | |
1149 | - minioPass: YunTeng123456 #minio访问密码 | |
1148 | + minioName: ${MINIO_NAME:YunTeng} #minio账户 | |
1149 | + minioPass: ${MINIO_PWD:YunTeng123456} #minio访问密码 | |
1150 | 1150 | bucketName: yunteng #minio储存桶名称 |
1151 | 1151 | randomFileName: ${file.storage.randomFileName} |
1152 | 1152 | account: | ... | ... |