Files
juipnet/Host/Properties/launchSettings.json

33 lines
785 B
JSON
Raw Permalink Normal View History

2023-07-29 10:19:42 +08:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:60989",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Host": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
2025-10-17 15:49:35 +08:00
"applicationUrl": "http://0.0.0.0:5000"
2023-07-29 10:19:42 +08:00
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true
}
}
2020-10-07 20:25:03 +08:00
}