1
0
mirror of https://github.com/bitwarden/server synced 2026-02-20 11:23:37 +00:00

Fix launch settings

This commit is contained in:
Matt Gibson
2025-10-09 12:18:54 -07:00
parent f4342e207b
commit d93cd50818
3 changed files with 91 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50467",
"applicationUrl": "http://localhost:5047",
"sslPort": 0
}
},
@@ -18,6 +18,16 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"SeederApi-SelfHost": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5048",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"developSelfHosted": "true"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,