1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-25 22:21:38 +01:00

update launch urls

This commit is contained in:
Kyle Spearrin 2017-10-10 20:48:18 -04:00
parent 16a8d8fd1b
commit 0cbd00e063

View File

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