2025-06-16 17:24:23 +08:00

27 lines
637 B
JSON

{
"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
}
}
}