QrRapido/Properties/launchSettings.json
Ricardo Carneiro 0c176a2abf
Some checks failed
Deploy QR Rapido / test (push) Successful in 27s
Deploy QR Rapido / build-and-push (push) Failing after 7s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Has been skipped
feat: ajustes na seleção do tipo de qr code.
2025-08-01 16:35:52 -03:00

12 lines
299 B
JSON

{
"profiles": {
"QRRapidoApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52428;http://192.168.0.85:52429;http://localhost:52429"
}
}
}