Browse Source

修改配置文件

xueyiming 6 months ago
parent
commit
41dd5d726a

+ 0 - 2
we-com-server/src/main/resources/application-dev.properties

@@ -9,5 +9,3 @@ spring.redis.password=Qingqu2019
 
 xxl.job.admin.addresses=http://xxl-job-test-internal.piaoquantv.com/xxl-job-admin
 
-datalog=/datalog
-

+ 0 - 1
we-com-server/src/main/resources/application-prod.properties

@@ -9,6 +9,5 @@ spring.redis.password=Qingqu2019
 
 xxl.job.admin.addresses=http://xxl-job-internal.piaoquantv.com/xxl-job-admin
 
-datalog=/datalog
 
 

+ 0 - 2
we-com-server/src/main/resources/application-test.properties

@@ -8,5 +8,3 @@ spring.redis.port=6379
 spring.redis.password=Qingqu2019
 
 xxl.job.admin.addresses=http://xxl-job-test-internal.piaoquantv.com/xxl-job-admin
-
-datalog=/Users/shimeng/Desktop/log

+ 1 - 1
we-com-server/src/main/resources/application.properties

@@ -20,7 +20,7 @@ spring.redis.lettuce.pool.max-wait=-1
 spring.redis.lettuce.pool.max-idle=8
 spring.redis.lettuce.pool.min-idle=0
 
-
+datalog=/datalog
 
 xxl.job.accessToken=
 xxl.job.executor.appname=${spring.application.name}