pages/Properties/launchSettings.json

13 lines
280 B
JSON
Raw Permalink Normal View History

2024-10-06 19:50:15 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"applicationUrl": "http://localhost:8080",
"environmentVariables": {
2024-12-05 12:28:04 +00:00
"ASPNETCORE_ENVIRONMENT": "Development"
2024-10-06 19:50:15 +00:00
}
}
}
}