milimoe 3c81cf7217
重构控制台指令系统;添加 CORS 配置;添加启动项读取 (#57)
* 重构控制台指令系统;添加 CORS 配置;添加启动项读取

* 修改BUG
2026-04-08 01:20:38 +08:00

42 lines
1.1 KiB
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "scalar",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5117"
},
"https": {
"commandName": "Project",
"commandLineArgs": "-aao",
"launchBrowser": true,
"launchUrl": "scalar",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7162;http://localhost:5117"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "scalar",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:45590",
"sslPort": 44356
}
}
}