浏览代码

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"
+      }
+    }
+  }
+}