1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00
bitwarden-server/test/Identity.IntegrationTest/Properties/launchSettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
258 B
JSON
Raw Normal View History

{
"profiles": {
"Identity.IntegrationTest": {
"commandName": "Project",
2023-06-08 19:21:03 +02:00
"applicationUrl": "https://localhost:55088;http://localhost:55089",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2023-06-08 19:21:03 +02:00
}
}
}
}