monithor/Monithor.web/Properties/launchSettings.json

14 lines
312 B
JSON
Raw Normal View History

2021-05-13 22:38:00 +02:00
{
"profiles": {
"Monithor.web": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}