diff --git a/Content/default/src/Server/Properties/launchSettings.json b/Content/default/src/Server/Properties/launchSettings.json index 9b4efed5..6464ef58 100644 --- a/Content/default/src/Server/Properties/launchSettings.json +++ b/Content/default/src/Server/Properties/launchSettings.json @@ -1,29 +1,12 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:8085", - "sslPort": 44333 - } - }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": false, - "launchUrl": "http://localhost:8080", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Server": { - "commandName": "Project", - "launchBrowser": false, - "launchUrl": "http://localhost:8080", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": " http://localhost:8085" - } + "profiles": { + "Server": { + "commandName": "Project", + "launchBrowser": false, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:8080" } + } } \ No newline at end of file diff --git a/Content/minimal/src/Server/Properties/launchSettings.json b/Content/minimal/src/Server/Properties/launchSettings.json new file mode 100644 index 00000000..6464ef58 --- /dev/null +++ b/Content/minimal/src/Server/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "Server": { + "commandName": "Project", + "launchBrowser": false, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:8080" + } + } +} \ No newline at end of file