feat:搭建yi-abp tool框架
This commit is contained in:
19
Yi.Abp.Net8/tool/Yi.Abp.Tool.Web/appsettings.json
Normal file
19
Yi.Abp.Net8/tool/Yi.Abp.Tool.Web/appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
//应用启动
|
||||
"App": {
|
||||
"SelfUrl": "http://*:19002",
|
||||
"CorsOrigins": "http://localhost:19002;http://localhost:18002"
|
||||
},
|
||||
"ToolOptions": {
|
||||
"TempDirPath": "wwwroot/temp",
|
||||
"ModuleTemplateFilePath": "wwwroot/ModuleTemplate.zip",
|
||||
"ProjectTemplateFilePath": "wwwroot/ProjectTemplate.zip"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user