dot-net/Properties/launchSettings.json

16 lines
396 B
JSON
Raw Permalink Normal View History

2025-01-11 21:20:05 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5233",
"environmentVariables": {
2025-01-11 23:30:12 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_WATCH_RESTART_ON_RUDE_EDIT": "true"
2025-01-11 21:20:05 +00:00
}
}
}
}