Commit a594407a authored by 姜耀祖's avatar 姜耀祖

应用名称修改

parent ac734085
Pipeline #21028 passed with stages
in 2 minutes and 40 seconds
......@@ -2,7 +2,7 @@
version: '3'
services:
scheduling-assistant:
dispatch-assistant:
build: ./
image: dispatch-assistant:latest
restart: always
......
......@@ -37,7 +37,7 @@ spring:
# idle-timeout: 60000
application:
# 项目名
name: scheduling-assistant
name: dispatch-assistant
server:
......@@ -52,13 +52,13 @@ server:
logging:
file:
name: /data/scheduling-assistant/log/${spring.application.name}.log
name: /data/dispatch-assistant/log/${spring.application.name}.log
level:
com.infoepoch.pms.dispatchassistantProject: info
custom:
upload-file:
save-path: /data/scheduling-assistant/upload
save-path2: /data/scheduling-assistant/upload2
save-path: /data/dispatch-assistant/upload
save-path2: /data/dispatch-assistant/upload2
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