Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio

This commit is contained in:
Mark Monteiro 2020-03-21 21:28:34 +01:00
parent 2184553d15
commit edc974e4c0

View File

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