aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Properties/launchSettings.json
blob: 9140f552b9facac9519f516a59c687307eded070 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "profiles": {
    "Jellyfin.Server": {
      "commandName": "Project",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}