mirror of
https://github.com/bitwarden/server
synced 2026-01-03 09:03:44 +00:00
Fix port number for vs profile Api-SelfHost (#2011)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"Api-SelfHost": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": false,
|
||||
"applicationUrl": "http://localhost:4000",
|
||||
"applicationUrl": "http://localhost:4001",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"developSelfHosted": "true"
|
||||
|
||||
Reference in New Issue
Block a user