diff --git a/src/Identity/Properties/launchSettings.json b/src/Identity/Properties/launchSettings.json index 7ee9b9ed5c..da74cf4e52 100644 --- a/src/Identity/Properties/launchSettings.json +++ b/src/Identity/Properties/launchSettings.json @@ -15,6 +15,14 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, + "Identity": { + "commandName": "Project", + "launchBrowser": false, + "applicationUrl": "http://localhost:33656", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, "Identity-SelfHost": { "commandName": "Project", "launchBrowser": false, @@ -23,14 +31,6 @@ "ASPNETCORE_ENVIRONMENT": "Development", "developSelfHosted": "true" } - }, - "Identity": { - "commandName": "Project", - "launchBrowser": false, - "applicationUrl": "http://localhost:33656", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } } } }