Apigateway/Auth/Properties/launchSettings.json
2023-12-22 16:08:50 -05:00

12 lines
266 B
JSON

{
"profiles": {
"Auth": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:58174;http://localhost:58175"
}
}
}