1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -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

@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:62912/"
"applicationUrl": "http://localhost:62911/"
}
}
}