27 lines
637 B
JSON
Raw Permalink Normal View History

2025-06-04 09:42:48 +08:00
{
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Syc.Basic.Web.WMS.HttpApi.Host": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://*:9100",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "https://localhost:44386",
"sslPort": 44386
}
}
}