Convert-it/Properties/launchSettings.json
Ricardo Carneiro 84b058904f
All checks were successful
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Successful in 9m32s
fix: adiversos ajustes e mais 1 conversor
2025-09-14 21:26:16 -03:00

13 lines
324 B
JSON

{
"profiles": {
"Convert-It": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
//"applicationUrl": "http://localhost:59346;https://localhost:59345",
"applicationUrl": "http://localhost:59346"
}
}
}