Convert-it/Properties/launchSettings.json
Ricardo Carneiro 462ad481f1 first commit
2025-09-09 22:53:27 -03:00

12 lines
272 B
JSON

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