42 lines
1.1 KiB
JSON
Raw Normal View History

2024-11-08 10:30:54 +08:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-11-08 17:21:49 +08:00
"applicationUrl": "http://localhost:15225",
"sslPort": 44348
2024-11-08 10:30:54 +08:00
}
},
"profiles": {
2024-11-08 17:21:49 +08:00
"IIS Express": {
"commandName": "IISExpress",
2024-11-08 10:30:54 +08:00
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2024-11-08 17:21:49 +08:00
"http": {
2024-11-08 10:30:54 +08:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-11-08 17:21:49 +08:00
"applicationUrl": "http://localhost:5000",
2024-11-08 10:30:54 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2024-11-08 17:21:49 +08:00
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
2024-11-08 10:30:54 +08:00
"launchBrowser": true,
"launchUrl": "swagger",
2024-11-08 17:21:49 +08:00
"applicationUrl": "https://localhost:7219;http://localhost:5000",
2024-11-08 10:30:54 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}