Apigateway/Auth/Properties/launchSettings.json

12 lines
266 B
JSON
Raw Permalink Normal View History

2023-12-22 16:08:50 -05:00
{
"profiles": {
"Auth": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:58174;http://localhost:58175"
}
}
}