mirror of
https://github.com/bitwarden/web
synced 2025-12-16 16:23:31 +00:00
Add web server
This commit is contained in:
12
dotnet-src/Web/Properties/launchSettings.json
Normal file
12
dotnet-src/Web/Properties/launchSettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Server": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": false,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:53910/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user