Files
WMS-Api/src/WMS.Web.Api/Properties/launchSettings.json
2026-05-15 10:58:01 +08:00

37 lines
996 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:58992",
"sslPort": 44388
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
//"profiles": {
// "IIS Express": {
// "commandName": "IISExpress",
// "launchBrowser": true,
// "launchUrl": "swagger",
// "environmentVariables": {
// "ASPNETCORE_ENVIRONMENT": "Development"
// }
// },
"WMS.Web.Api": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "index.html",
"applicationUrl": "http://127.0.0.1:8035;http://localhost:8035",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
}
}
}