aspnet-template/Properties/launchSettings.json

15 lines
358 B
JSON
Raw Normal View History

2025-01-24 11:27:32 +00:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5233",
2025-01-24 11:27:32 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}