Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio

pull/2636/head
Mark Monteiro 4 years ago
parent 2184553d15
commit edc974e4c0

@ -0,0 +1,10 @@
{
"profiles": {
"Jellyfin.Server": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
Loading…
Cancel
Save