Laservall_manager_system/LM.WebApi/Properties/launchSettings.json

34 lines
817 B
JSON
Raw Normal View History

2025-09-25 14:37:10 +08:00
{
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2025-10-09 16:26:44 +08:00
"LM.WebApi": {
2025-09-25 14:37:10 +08:00
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:9991"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:1309",
"sslPort": 44318
}
}
}