Browse Source

Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio

Mark Monteiro 5 years ago
parent
commit
edc974e4c0
1 changed files with 10 additions and 0 deletions
  1. 10 0
      Jellyfin.Server/Properties/launchSettings.json

+ 10 - 0
Jellyfin.Server/Properties/launchSettings.json

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