2025-04-09 02:24:24 +03:30

16 lines
404 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Monolith.Api": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchUrl": "swagger",
"launchBrowser": true,
"applicationUrl": "https://localhost:4000;http://localhost:4001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}