1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 14:54:50 -05:00

update launch urls

This commit is contained in:
Kyle Spearrin 2017-10-12 10:13:19 -04:00
parent 4c3c594603
commit 8b8f1fb294

View File

@ -11,7 +11,7 @@
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "?url=bitwarden.com",
"launchUrl": "bitwarden.com/icon.png",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@ -19,7 +19,7 @@
"Icons": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "?url=bitwarden.com",
"launchUrl": "bitwarden.com/icon.png",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},