Commit c2c3fd17 by yangmengmeng

修改配置文件

parent 8c270064
...@@ -15,8 +15,8 @@ service: ...@@ -15,8 +15,8 @@ service:
spring: spring:
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
url: jdbc:postgresql://139.9.144.39:5432/test_lims_soil url: jdbc:postgresql://139.9.144.39:5432/test_lims_hmhj
username: dbsoil username: dbhmhj
password: sfdWrE39&d!Pt password: sfdWrE39&d!Pt
dynamic: dynamic:
enabled: false enabled: false
...@@ -53,7 +53,7 @@ oss: ...@@ -53,7 +53,7 @@ oss:
bucket-name: pt-web-sys bucket-name: pt-web-sys
aliyun: aliyun:
endpoint: http://oss.test.patzn.com endpoint: http://oss.test.patzn.com
folder: pertest/soil folder: pertest/hmhj
#libreOffice 安装信息 #libreOffice 安装信息
libreOffice: libreOffice:
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<Configuration status="off" monitorInterval="600"> <Configuration status="off" monitorInterval="600">
<properties> <properties>
<!--通用变量--> <!--通用变量-->
<property name="LOG_HOME">../logs/patzn-service-soil</property> <property name="LOG_HOME">../logs/patzn-service-hmhj</property>
<property name="ERROR_LOG_FILE_NAME">error</property> <property name="ERROR_LOG_FILE_NAME">error</property>
<property name="INFO_LOG_FILE_NAME">info</property> <property name="INFO_LOG_FILE_NAME">info</property>
<Property name="PATTERN">[%-5p] %d{yyyy-MM-dd HH:mm:ss,SSS} - (%F:%L) - %m%n</Property> <Property name="PATTERN">[%-5p] %d{yyyy-MM-dd HH:mm:ss,SSS} - (%F:%L) - %m%n</Property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment