Skip to content

Commit

Permalink
remove proxy launch profile
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Oct 21, 2020
1 parent 67a82a8 commit 4e68669
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/IdentityServer/host/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Host (proxy)": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://identityserver.local",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
}
}
}

0 comments on commit 4e68669

Please sign in to comment.