Files
Examples/GerstITS.Examples.JobDashboard/Properties/launchSettings.json
T

15 lines
328 B
JSON

{
"profiles": {
"GerstITS.Examples.JobDashboard": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "jobs",
"applicationUrl": "http://localhost:5080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}