Skip to content

Commit d2da669

Browse files
committed
给后端的配置文件加上存储路径参数
1 parent 9e7dcf4 commit d2da669

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

server/config.docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ db-list:
104104

105105
# local configuration
106106
local:
107-
path: 'uploads/file'
107+
path: 'uploads/file' # 访问路径
108+
store-path: 'uploads/file' # 存储路径
108109

109110
# autocode configuration
110111
autocode:

server/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ db-list:
104104

105105
# local configuration
106106
local:
107-
path: 'uploads/file'
107+
path: 'uploads/file' # 访问路径
108+
store-path: 'uploads/file' # 存储路径
108109

109110
# autocode configuration
110111
autocode:

0 commit comments

Comments
 (0)