Improved install user experience

This commit is contained in:
Marcel Baumgartner
2023-08-08 00:53:00 +02:00
parent 17e3345b8a
commit aa547038de
3 changed files with 15 additions and 5 deletions

View File

@@ -35,6 +35,18 @@
},
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"dotnetRunMessages": true
},
"Dev DB 2":
{
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ML_DEBUG": "true",
"ML_CONFIG_PATH": "storage\\configs\\dev_2_config.json"
},
"applicationUrl": "http://moonlight.testy:5118;https://localhost:7118;http://localhost:5118",
"dotnetRunMessages": true
}
}
}