We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7dcf4 commit d2da669Copy full SHA for d2da669
server/config.docker.yaml
@@ -104,7 +104,8 @@ db-list:
104
105
# local configuration
106
local:
107
- path: 'uploads/file'
+ path: 'uploads/file' # 访问路径
108
+ store-path: 'uploads/file' # 存储路径
109
110
# autocode configuration
111
autocode:
server/config.yaml
0 commit comments