Files
WMS-Api/src/WMS.Web.Api/Properties/launchSettings.json
2023-10-18 11:13:28 +08:00

37 lines
978 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
}
}
}