Sfoglia il codice sorgente

Update Jellyfin.Server/Properties/launchSettings.json

Co-authored-by: Cody Robibero <cody@robibe.ro>
spooksbit 4 anni fa
parent
commit
ac32b14012
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jellyfin.Server/Properties/launchSettings.json

+ 1 - 1
Jellyfin.Server/Properties/launchSettings.json

@@ -15,7 +15,7 @@
       "launchUrl": "api-docs/swagger",
       "applicationUrl": "http://localhost:8096",
       "environmentVariables": {
-          "ASPNETCORE_ENVIRONMENT": "Development"
+        "ASPNETCORE_ENVIRONMENT": "Development"
       },
       "commandLineArgs": "--nowebclient"
     }