1
0
mirror of https://github.com/bitwarden/server synced 2026-02-18 18:33:29 +00:00
Files
server/test/SeederApi.IntegrationTest/Properties/launchSettings.json
2026-02-17 07:42:53 +01:00

12 lines
298 B
JSON

{
"profiles": {
"SeederApi.IntegrationTest": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:53205;http://localhost:53206"
}
}
}