244 oss地址

This commit is contained in:
sxu 2025-02-24 11:32:58 +08:00
parent 1911eaa0b5
commit 2e17b013ac
1 changed files with 7 additions and 5 deletions

View File

@ -92,8 +92,10 @@ alipay:
system: system:
sysfile: sysfile:
prefixOffline: http://localhost:9000/lnyst # prefixOffline: http://localhost:9000/lnyst
prefixOnline: http://localhost:9000/lnyst # prefixOnline: http://localhost:9000/lnyst
prefixOffline: http://sgwpdm.ah.sgcc.com.cn/canteen/lnyst
prefixOnline: http://sgwpdm.ah.sgcc.com.cn/canteen/lnyst
bucket: /lnyst bucket: /lnyst
max-upload-file-size: ${MAX_UPLOAD_FILE_SIZE:5} max-upload-file-size: ${MAX_UPLOAD_FILE_SIZE:5}
notify: notify:
@ -120,9 +122,9 @@ data-config:
desensitization: ${SENSITIVE_DESENSITIZATION:true} desensitization: ${SENSITIVE_DESENSITIZATION:true}
oss: oss:
endpoint: ${OSS_ENDPOINT:http://127.0.0.1:9000} endpoint: ${OSS_ENDPOINT:http://192.168.0.14:9090}
access-key: ${OSS_ACCESS_KEY:minioadmin} access-key: ${OSS_ACCESS_KEY:Zdj6HM8OME39BjJ13Bqq}
secret-key: ${OSS_SECRET_KEY:minioadmin} secret-key: ${OSS_SECRET_KEY:0FrNRZPxNbL2YIowOsf8bvLtjDgtAXj9IwZDcg1t}
bucketName: ${OSS_BUCKET:lnyst} bucketName: ${OSS_BUCKET:lnyst}
expiresTime: ${OSS_EXPIRES_TIME:604600} expiresTime: ${OSS_EXPIRES_TIME:604600}
useToken: ${OSS_USE_TOKEN:false} useToken: ${OSS_USE_TOKEN:false}