소스 검색

优化配置。

lym 4 년 전
부모
커밋
80f5f0bb2b
2개의 변경된 파일12개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 1
      src/main/resources/application-dev.properties
  2. 11 8
      src/main/resources/application-test.properties

+ 1 - 1
src/main/resources/application-dev.properties

@@ -63,7 +63,7 @@ wx.auth.forwardurl=http://www.hywa.com/index.html?userId=
 
 #export excel file
 #export.file.excel.path=C:/nginx-1.15.2/html/excelMode/
-export.file.excel.path=G:/mt/excelMode/
+export.file.excel.path=F:/mt/upload/excelMode/
 
 wlw.address=http://172.16.90.10:81
 #wlw.address=http://47.111.224.169:8085

+ 11 - 8
src/main/resources/application-test.properties

@@ -1,4 +1,4 @@
-server.port=21008
+server.port=8103
 spring.application.name=traced-web
 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
 spring.jackson.time-zone=GMT+8
@@ -6,7 +6,7 @@ spring.jackson.time-zone=GMT+8
 ## upload files setting
 spring.http.multipart.maxFileSize=10Mb
 spring.http.multipart.maxRequestSize=10Mb
-img.location=/home/project/traced/upload/
+img.location=/home/hwsolft/forest/suyuan/upload/
 spring.mvc.static-path-pattern=/**
 spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,file:${img.location}
 
@@ -30,7 +30,7 @@ ribbon.ConnectTimeout=30000
 
 # eureka setting
 eureka.instance.hostname=localhost
-eureka.client.service-url.defaultZone=http://127.0.0.1:8761/eureka/
+eureka.client.service-url.defaultZone=http://127.0.0.1:8766/eureka/
 
 ###redis配置#########
 spring.redis.database=0
@@ -44,17 +44,20 @@ spring.redis.timeout=5000
 
 #wechat setting
 #(一个公众号的appid)
-wx.mp.appId=wx04d471b59982c6ad
+wx.mp.appId=wxde051d502a3d27a5
 #(公众号的appsecret)
-wx.mp.secret=bd9279851f63af0c67e8bc1ef7e27257
+wx.mp.secret=bdcec99f22bbc1db100d8a7a222c5fa9
 #(接口配置里的Token值)
 wx.mp.token=123
 #(接口配置里的EncodingAESKey值)
 wx.mp.aesKey=123
 #(获取code的认证回调接口)
-wx.auth.redirecturl=http://th.jscssui.cn/wxlogin/wap/wechat/doLogin
+#wx.auth.redirecturl=http://th.jscssui.cn/wxlogin/wap/wechat/doLogin
+wx.auth.redirecturl=http://forestsuyuan.hw.hongweisoft.com/mtsy/wap/wechat/doLogin
 #(认证成功后的跳转地址)
-wx.auth.forwardurl=http://spzl.xwnykzs.com/#/ready/
+#wx.auth.forwardurl=http://spzl.xwnykzs.com/#/ready/
 
 #export excel file
-export.file.excel.path=/home/project/traced/excelMode/
+export.file.excel.path=/home/hwsolft/forest/suyuan/upload/excelMode/
+
+wlw.address=http://127.0.0.1:8085