SOMS/TestHttpRequest/Properties/launchSettings.json

12 lines
277 B
JSON
Raw Normal View History

2024-07-15 10:31:26 +08:00
{
"profiles": {
"TestHttpRequest": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:56530;http://localhost:56531"
}
}
}