1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Files
web/dotnet-src/Web/Properties/launchSettings.json
Vince Grassia 8add15eae9 Add web server
2022-04-07 12:05:30 -04:00

13 lines
247 B
JSON

{
"profiles": {
"Server": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:53910/"
}
}
}