launchSettings.json 318 B

12345678910111213
  1. {
  2. "profiles": {
  3. "SinMaiLauncher": {
  4. "commandName": "Project",
  5. "workingDirectory": "$(targetDir)",
  6. "launchBrowser": true,
  7. "environmentVariables": {
  8. "ASPNETCORE_ENVIRONMENT": "Development"
  9. },
  10. "applicationUrl": "https://localhost:54016;http://localhost:54017"
  11. }
  12. }
  13. }