1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/test/Identity.IntegrationTest/Properties/launchSettings.json
2023-06-08 13:21:03 -04:00

12 lines
258 B
JSON

{
"profiles": {
"Identity.IntegrationTest": {
"commandName": "Project",
"applicationUrl": "https://localhost:55088;http://localhost:55089",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}