1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Updated Kestrel application url to use IIS port (#820)

This commit is contained in:
Vincent Salucci
2020-07-14 09:36:38 -05:00
committed by GitHub
parent 92238eb0a9
commit a2b46daf59
8 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
"Api": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:4000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}