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-12-19 16:07:07 +08:00
"applicationUrl": "http://localhost:38293",
"sslPort": 44329
2024-11-08 10:30:54 +08:00
}
},
"profiles": {
2024-12-19 16:07:07 +08:00
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
2024-11-08 10:30:54 +08:00
"launchBrowser": true,
"launchUrl": "swagger",
2024-12-19 16:07:07 +08:00
"applicationUrl": "http://localhost:5063",
2024-11-08 10:30:54 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2024-12-19 16:07:07 +08:00
"https": {
2024-11-08 10:30:54 +08:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-12-19 16:07:07 +08:00
"applicationUrl": "https://localhost:7232;http://localhost:5063",
2024-11-08 10:30:54 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2024-12-19 16:07:07 +08:00
"IIS Express": {
"commandName": "IISExpress",
2024-11-08 10:30:54 +08:00
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}