launchSettings.json 299 B

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