21 lines
478 B
JSON
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": ""
|
|
}
|