Files
TakeoutSaaS.Gateway/Properties/launchSettings.json
2026-01-29 05:25:02 +00:00

12 lines
282 B
JSON

{
"profiles": {
"TakeoutSaaS.ApiGateway": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:2677;http://localhost:2683"
}
}
}