|
|
@@ -97,7 +97,7 @@ spring.data:
|
|
|
redis:
|
|
|
# 地址
|
|
|
host: localhost
|
|
|
-# password: 123456
|
|
|
+ password: 123456
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
|
@@ -205,7 +205,7 @@ wxpay:
|
|
|
certSerialNo: 79AD857EFB072D51FD47D9F6A3AE70F1FE22C9BA
|
|
|
privateKeyPath: classpath:/cert/apiclient_key.pem
|
|
|
privateCertPath: classpath:/cert/apiclient_cert.pem
|
|
|
- notifyUrl: http://yp1.yingpaipay.com:9053/main/order-card/wx-pay-notify
|
|
|
+ notifyUrl: http://yp1.yingpaipay.com:9054/main/order-card/wx-pay-notify
|
|
|
|
|
|
|
|
|
|
|
|
@@ -292,19 +292,3 @@ justauth:
|
|
|
client-id: 10**********6
|
|
|
client-secret: 1f7d08**********5b7**********29e
|
|
|
redirect-uri: ${justauth.address}/social-callback?source=gitea
|
|
|
-
|
|
|
-tencent:
|
|
|
- map:
|
|
|
- geo:
|
|
|
- # 企业入驻办公地址转经纬度所需的腾讯位置服务 WebService Key
|
|
|
- key: "CUVBZ-UZJWB-YD7U2-JI2O3-C7DYT-PCBMI"
|
|
|
-
|
|
|
-manage:
|
|
|
- jumpTo: http://localhost:90/
|
|
|
-
|
|
|
-withdraw:
|
|
|
- auditMode: auto
|
|
|
- autoAuditRule:
|
|
|
- maxAmount: 10000
|
|
|
- maxDailyCount: 10
|
|
|
- maxDailyAmount: 50000
|