21
This commit is contained in:
parent
a9582f4fcd
commit
08597cd8ac
|
|
@ -37,6 +37,7 @@
|
||||||
<Folder Include="Controllers\Public\" />
|
<Folder Include="Controllers\Public\" />
|
||||||
<Folder Include="Controllers\WebApi\" />
|
<Folder Include="Controllers\WebApi\" />
|
||||||
<Folder Include="Properties\PublishProfiles\" />
|
<Folder Include="Properties\PublishProfiles\" />
|
||||||
|
<Folder Include="wwwroot\file\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
"sqlExecutionTime": 5, //Sql执行时间超过多少秒记录日志并警报
|
"sqlExecutionTime": 5, //Sql执行时间超过多少秒记录日志并警报
|
||||||
"Upload": {
|
"Upload": {
|
||||||
"uploadUrl": "http://localhost:8888", //本地存储资源访问路径
|
"uploadUrl": "http://localhost:8888", //本地存储资源访问路径
|
||||||
"localSavePath": "/file/", //本地上传默认文件存储目录 wwwroot
|
"localSavePath": "file/", //本地上传默认文件存储目录 wwwroot
|
||||||
"maxSize": 15, //上传文件大小限制 15M
|
"maxSize": 15, //上传文件大小限制 15M
|
||||||
"notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ],
|
"notAllowedExt": [ ".bat", ".exe", ".jar", ".js" ],
|
||||||
"requestLimitSize": 50 //请求body大小限制
|
"requestLimitSize": 50 //请求body大小限制
|
||||||
|
|
|
||||||
BIN
ZR.Admin.WebApi/wwwroot/file/2025/0923/9f88c411ca515b37.xlsx
Normal file
BIN
ZR.Admin.WebApi/wwwroot/file/2025/0923/9f88c411ca515b37.xlsx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user