Files
Yi.Framework/Yi.Abp.Net8/tool/Yi.Abp.Tool.Web/appsettings.json
2024-06-02 13:09:25 +08:00

20 lines
455 B
JSON

{
"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"
}
}