diff --git a/OpenAuth.Mvc/Properties/launchSettings.json b/OpenAuth.Mvc/Properties/launchSettings.json index 3f67549a..dca5081f 100644 --- a/OpenAuth.Mvc/Properties/launchSettings.json +++ b/OpenAuth.Mvc/Properties/launchSettings.json @@ -1,4 +1,14 @@ { + "profiles": { + "OpenAuth.Mvc": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://localhost:1802" + } + }, "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, @@ -6,22 +16,5 @@ "applicationUrl": "http://localhost:1802", "sslPort": 0 } - }, - "profiles": { - "IIS Express": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "OpenAuth.Mvc": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:5000" - } } } \ No newline at end of file