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