Run in development mode by default from Visual Studio

This commit is contained in:
Mark Monteiro 2020-03-21 21:06:30 +01:00
parent 842ec04828
commit 41de0bd245

View file

@ -1,10 +1,16 @@
{
"profiles": {
"Jellyfin.Server": {
"commandName": "Project"
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Jellyfin.Server (nowebclient)": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"commandLineArgs": "--nowebclient"
}
}