1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 19:53:40 +00:00
Files
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"
}
}
}
}