Compare commits
2 Commits
4b5187f5dc
...
81cfc52881
Author | SHA1 | Date |
---|---|---|
|
81cfc52881 | |
|
23c8fb7410 |
|
@ -143,6 +143,12 @@ mall:
|
||||||
alipayCertPath: /opt/cert/pro/alipayCertPublicKey_RSA2.crt
|
alipayCertPath: /opt/cert/pro/alipayCertPublicKey_RSA2.crt
|
||||||
# 线上支付宝根证书路径
|
# 线上支付宝根证书路径
|
||||||
alipayRootCertPath: /opt/cert/pro/alipayRootCert.crt
|
alipayRootCertPath: /opt/cert/pro/alipayRootCert.crt
|
||||||
|
# # 沙箱应用公钥证书
|
||||||
|
# appCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayPublicCert.crt
|
||||||
|
# # 沙箱支付宝公钥证书路径
|
||||||
|
# alipayCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayPublicCert.crt
|
||||||
|
# # 沙箱支付宝根证书路径
|
||||||
|
# alipayRootCertPath: D:\workspace\mochuang\mcwl-ai\mcwl-admin\src\main\resources\cert\dev\alipayRootCert.crt
|
||||||
notifyUrl: https://36072a51.r27.cpolar.top/ali/pay/notify
|
notifyUrl: https://36072a51.r27.cpolar.top/ali/pay/notify
|
||||||
# 线上支付宝网关
|
# 线上支付宝网关
|
||||||
gatewayUrl: https://openapi.alipay.com/gateway.do
|
gatewayUrl: https://openapi.alipay.com/gateway.do
|
||||||
|
@ -160,4 +166,9 @@ huawei:
|
||||||
bucketName: mcwl
|
bucketName: mcwl
|
||||||
upload:
|
upload:
|
||||||
endPoint: obs.cn-south-1.myhuaweicloud.com
|
endPoint: obs.cn-south-1.myhuaweicloud.com
|
||||||
|
#用户头像与背景
|
||||||
|
mcwl:
|
||||||
|
encryptUrl: http://113.45.9.111:9090/encryptAndUpload
|
||||||
|
user:
|
||||||
|
avatar: https://ybl2112.oss-cn-beijing.aliyuncs.com/2025/MARCH/10/7/53/3f5cc1d7-b062-4a22-9f7e-d442bc6dcf42.png
|
||||||
|
backgroundImg: https://ybl2112.oss-cn-beijing.aliyuncs.com/2025/MARCH/10/8/2/c8387681-8138-4a29-a1c9-4a143da34c5a.png
|
||||||
|
|
|
@ -52,7 +52,7 @@ spring:
|
||||||
# 国际化资源文件路径
|
# 国际化资源文件路径
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: druid
|
||||||
# 文件上传
|
# 文件上传
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
|
|
Loading…
Reference in New Issue