给后端的配置文件加上存储路径参数

This commit is contained in:
aaronwmy
2022-05-30 10:53:53 +08:00
parent 9e7dcf447a
commit d2da669756
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ db-list:
# local configuration
local:
path: 'uploads/file'
path: 'uploads/file' # 访问路径
store-path: 'uploads/file' # 存储路径
# autocode configuration
autocode:
+2 -1
View File
@@ -104,7 +104,8 @@ db-list:
# local configuration
local:
path: 'uploads/file'
path: 'uploads/file' # 访问路径
store-path: 'uploads/file' # 存储路径
# autocode configuration
autocode: