vue-java-tutorials/CSharp/WPFTutorial/ASP-Demo-TODO/Properties/launchSettings.json

32 lines
811 B
JSON
Raw Permalink Normal View History

2025-06-22 20:21:42 +08:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2025-06-22 23:08:52 +08:00
"applicationUrl": "http://localhost:9705",
"sslPort": 44384
2025-06-22 20:21:42 +08:00
}
},
"profiles": {
2025-06-22 23:08:52 +08:00
"IIS Express": {
"commandName": "IISExpress",
2025-06-22 20:21:42 +08:00
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2025-06-22 23:08:52 +08:00
"ASP_Demo_TODO": {
2025-06-22 20:21:42 +08:00
"commandName": "Project",
2025-06-22 23:08:52 +08:00
"dotnetRunMessages": "true",
2025-06-22 20:21:42 +08:00
"launchBrowser": true,
"launchUrl": "swagger",
2025-06-22 23:08:52 +08:00
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2025-06-22 20:21:42 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}