launchSettings.json 274 B

123456789101112
  1. {
  2. "profiles": {
  3. "PictureMover": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. },
  9. "applicationUrl": "https://localhost:23694;http://localhost:23695"
  10. }
  11. }
  12. }