ソースを参照

Set 'ASPNETCORE_ENVIRONMENT=Development' when running from visual studio

Mark Monteiro 5 年 前
コミット
edc974e4c0
1 ファイル変更10 行追加0 行削除
  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"
+      }
+    }
+  }
+}