1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

more build/run instructions

This commit is contained in:
Kyle Spearrin
2017-08-16 01:01:36 -04:00
parent 3621699f9d
commit a8e5b444e2
3 changed files with 38 additions and 11 deletions

View File

@ -15,10 +15,10 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Web": {
"Api": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "http://localhost:5000",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View File

@ -16,12 +16,12 @@
}
},
"Identity": {
"commandName": "Identity",
"launchBrowser": false,
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:33657",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:33657"
}
}
}
}