Files
WaterCloudForJt/WaterCloud.Web/Properties/launchSettings.json
2025-03-05 23:26:50 +08:00

20 lines
448 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:64629/",
"sslPort": 44315
}
},
"profiles": {
"WaterCloud.Web": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000"
}
}
}