aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Properties/launchSettings.json
blob: b6e2bcf976fb4f298e79887c2fa10dfcd03477e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "profiles": {
    "Jellyfin.Server": {
      "commandName": "Project",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "Jellyfin.Server (nowebclient)": {
      "commandName": "Project",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "commandLineArgs": "--nowebclient"
    }
  }
}