Browse Source

🔒 kein SSL direkt in der Anwendung verwenden

f/2-backend-asp-net-core-initialisieren
Tobi 7 years ago
parent
commit
32aa6bd378
  1. 15
      Backend/EVABackend/EVABackend/Properties/launchSettings.json

15
Backend/EVABackend/EVABackend/Properties/launchSettings.json

@ -4,7 +4,7 @@
"anonymousAuthentication": true, "anonymousAuthentication": true,
"iisExpress": { "iisExpress": {
"applicationUrl": "http://localhost:50570", "applicationUrl": "http://localhost:50570",
"sslPort": 44374 "sslPort": 0
} }
}, },
"$schema": "http://json.schemastore.org/launchsettings.json", "$schema": "http://json.schemastore.org/launchsettings.json",
@ -17,22 +17,11 @@
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
}, },
"EVABackend": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": { "Docker": {
"commandName": "Docker", "commandName": "Docker",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values", "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values",
"httpPort": 50571, "httpPort": 50571
"useSSL": true,
"sslPort": 44375
} }
} }
} }
Loading…
Cancel
Save