cs-codex-dist-tests/Tools/BiblioTech/Properties/launchSettings.json

12 lines
272 B
JSON
Raw Normal View History

2024-02-19 13:56:49 +00:00
{
"profiles": {
"BiblioTech": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52960;http://localhost:52961"
}
}
}