修改配置文件
This commit is contained in:
parent
5d315397f6
commit
2242e9399d
@ -84,8 +84,8 @@
|
||||
<!--ClassifyObjectType Remark BusinessDueBill:五级分类按借据,BusinessContract:五级分类按合同 -->
|
||||
<ClassifyObjectType>BusinessDueBill</ClassifyObjectType>
|
||||
<!-- =========================================业务配置 - end ========================================= -->
|
||||
<ReportServer>https://60.205.189.63/report</ReportServer>
|
||||
<ReportOutServer>https://60.205.189.63/report</ReportOutServer>
|
||||
<ReportServer>https://47.94.109.18/report</ReportServer>
|
||||
<ReportOutServer>https://47.94.109.18/report</ReportOutServer>
|
||||
|
||||
<!-- =========================================APP推送配置 - begin ========================================= -->
|
||||
<IS_PUSH>true</IS_PUSH>
|
||||
@ -104,7 +104,7 @@
|
||||
<USED_CAR_PRICE>http://api.che300.com/service/getUsedCarPrice</USED_CAR_PRICE>
|
||||
|
||||
<!-- ==================================(Hession推送配置 Springboot) ========================================= -->
|
||||
<RequestHessionUrl>http://172.28.1.59/skeleton/remoting/api</RequestHessionUrl>
|
||||
<RequestHessionUrl>http://47.94.109.18/skeleton/remoting/api</RequestHessionUrl>
|
||||
<!-- <RequestHessionUrl>http://111.205.51.131:27203/clms_proxy/remoting/api
|
||||
</RequestHessionUrl> -->
|
||||
<!-- <RequestHessionUrl>http://192.168.7.2:9090/HttpRequestAppService</RequestHessionUrl> -->
|
||||
|
||||
@ -7,13 +7,13 @@ com.amarsoft.are.log.SimpleLog.handlers=com.amarsoft.are.log.impl.ConsoleHandler
|
||||
|
||||
com.amarsoft.are.log.impl.simple.WarnFileHandler.level = error;
|
||||
|
||||
com.amarsoft.are.log.impl.simple.WarnFileHandler.pattern = D:/tmp/log/a3web_warn_%g.log
|
||||
com.amarsoft.are.log.impl.simple.WarnFileHandler.pattern = /tmp/log/a3web_warn_%g.log
|
||||
|
||||
com.amarsoft.are.log.impl.simple.WarnFileHandler.limit = 1024000
|
||||
|
||||
com.amarsoft.are.log.impl.FileHandler.level = info#com.amarsoft.are.log.impl.FileHandler.pattern = {$ARE.APP_HOME}/log/a3web_%D_%g.log
|
||||
|
||||
com.amarsoft.are.log.impl.FileHandler.pattern = D:/tmp/log/a3web_%D_%g.log
|
||||
com.amarsoft.are.log.impl.FileHandler.pattern = /tmp/log/a3web_%D_%g.log
|
||||
|
||||
com.amarsoft.are.log.impl.FileHandler.limit = 10240000
|
||||
com.amarsoft.are.log.impl.FileHandler.count = 10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user