配置修改

This commit is contained in:
zhangheng 2026-03-26 16:31:05 +08:00
parent a86ae8e6bb
commit ddb37fdc11
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ aiob:
accessKey: 9a61c68abf134ab9823e39f61f2c2f72
secretKey: 4287bfa1d5a34c229aacb5e056c94682
# 任务执行回调地址--测试
callBackUrl: http://47.104.245.3:8105/api/taskCallBack
callBackUrl: http://47.104.245.3:8105/api
xinyilu-database:
# 公共机构ID新医路用于宣教库公共库查询

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- 日志存放路径 -->
<property name="log.path" value="D:\\PostDischarge\\logs"/>
<property name="log.path" value="E:\\PostDischarge\\logs"/>
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>