Explorar o código

Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio

Mark Monteiro %!s(int64=5) %!d(string=hai) anos
pai
achega
edc974e4c0
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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"
+      }
+    }
+  }
+}