|
|
@@ -69,8 +69,8 @@ wx:
|
|
|
subAppId: #服务商模式下的子商户公众账号ID
|
|
|
subMchId: #服务商模式下的子商户号
|
|
|
keyPath: classpath:/cert/apiclient_cert.p12
|
|
|
- notifyUrl: http://zmj.izouma.com/wx/payNotify
|
|
|
- refundNotifyUrl: http://zmj.izouma.com/wx/refundNotify
|
|
|
+ notifyUrl: http://exam.izouma.com/wx/payNotify
|
|
|
+ refundNotifyUrl: http://exam.izouma.com/wx/refundNotify
|
|
|
storage:
|
|
|
provider: aliyun
|
|
|
local_path: /var/www/upload/
|
|
|
@@ -81,7 +81,7 @@ aliyun:
|
|
|
oss-bucket-name: ticket-exchange
|
|
|
oss-domain: https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com
|
|
|
general:
|
|
|
- host: http://art.izouma.com
|
|
|
+ host: http://exam.izouma.com
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
@@ -91,5 +91,5 @@ spring:
|
|
|
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
- url: jdbc:mysql://mysql.izouma.com/exam?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ url: jdbc:mysql://mysql.izouma.com/exam_test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
|