Files
laboratorio-gitea/Backend/Properties/launchSettings.json
dmolinari 158cc1dae7
Some checks failed
Build and Push to Gitea Registry / publish-images (push) Failing after 2m4s
Commit Inicial
2026-02-17 19:19:37 -03:00

24 lines
621 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5142",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7272;http://localhost:5142",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}