SOMS/TestHttpRequest/Properties/launchSettings.json
2024-07-15 10:31:26 +08:00

12 lines
277 B
JSON

{
"profiles": {
"TestHttpRequest": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:56530;http://localhost:56531"
}
}
}