From 7790810b86336755bf11f647d37d8b90dba5fd00 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 23 Jan 2025 09:22:12 -0800 Subject: [PATCH] server: cleanup launch.json --- server/.vscode/launch.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/.vscode/launch.json b/server/.vscode/launch.json index da2610700c..bc89527efb 100644 --- a/server/.vscode/launch.json +++ b/server/.vscode/launch.json @@ -99,11 +99,6 @@ "env": { "SCRYPTED_PYTHON310_PATH": "/opt/homebrew/bin/python3.10", "DYLD_LIBRARY_PATH": "/usr/local/lib", - "SCRYPTED_CLUSTER_WORKER_NAME": "Macaroni 2", - "SCRYPTED_CLUSTER_LABELS": "@scrypted/coreml,@scrypted/tensorflow-lite,compute,compute.preferred", - "SCRYPTED_CLUSTER_MODE": "client", - "SCRYPTED_CLUSTER_SERVER": "192.168.2.130", - "SCRYPTED_CLUSTER_SECRET": "swordfish", "SCRYPTED_CAN_RESTART": "true", "SCRYPTED_VOLUME": "/Users/koush/.scrypted-cluster/volume-client", }