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

应用名称修改

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