correo/Correo/Properties/launchSettings.json

15 lines
310 B
JSON
Raw Normal View History

2023-01-17 23:14:05 +02:00
{
"profiles": {
"Correo": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5061",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}