Files
Yi.Framework/Yi.Abp.Net8/tool/Yi.Abp.Tool.Web/appsettings.json
2024-11-07 17:35:22 +08:00

21 lines
478 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
//应用启动
"App": {
"SelfUrl": "http://*:19002",
"CorsOrigins": "http://localhost:18001;https://ccnetcore.com"
},
"ToolOptions": {
"TempDirPath": "wwwroot/temp",
"ModuleTemplateFilePath": "wwwroot/ModuleTemplate.zip",
"ProjectTemplateFilePath": "wwwroot/ProjectTemplate.zip"
},
"GiteeAccession": ""
}