licailing 5 ani în urmă
părinte
comite
188bc9fba6

+ 4 - 4
src/main/resources/application.yaml

@@ -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
 

+ 2 - 2
src/main/resources/logback-spring.xml

@@ -55,7 +55,7 @@
             <encoder>
                 <pattern>${FILE_LOG_PATTERN}</pattern>
             </encoder>
-            <file>/var/www/zmj/app.log</file>
+            <file>/var/www/exam/app.log</file>
             <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
                 <fileNamePattern>app.log.%d{yyyy-MM-dd}.%i.gz</fileNamePattern>
                 <maxFileSize>10MB</maxFileSize>
@@ -78,7 +78,7 @@
             <encoder>
                 <pattern>${FILE_LOG_PATTERN}</pattern>
             </encoder>
-            <file>/var/www/zmj/app.log</file>
+            <file>/var/www/exam/app.log</file>
             <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
                 <fileNamePattern>app.log.%d{yyyy-MM-dd}.%i.gz</fileNamePattern>
                 <maxFileSize>10MB</maxFileSize>