2024-06-02 13:09:25 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
//应用启动
|
|
|
|
|
"App": {
|
|
|
|
|
"SelfUrl": "http://*:19002",
|
2024-06-09 00:39:57 +08:00
|
|
|
"CorsOrigins": "http://localhost:18001;https://ccnetcore.com"
|
2024-06-02 13:09:25 +08:00
|
|
|
},
|
|
|
|
|
"ToolOptions": {
|
|
|
|
|
"TempDirPath": "wwwroot/temp",
|
|
|
|
|
"ModuleTemplateFilePath": "wwwroot/ModuleTemplate.zip",
|
|
|
|
|
"ProjectTemplateFilePath": "wwwroot/ProjectTemplate.zip"
|
2024-11-07 17:35:22 +08:00
|
|
|
},
|
|
|
|
|
"GiteeAccession": ""
|
2024-06-02 13:09:25 +08:00
|
|
|
}
|