From 2ae78e924419479afd6535cffb0dc580b9b05ab2 Mon Sep 17 00:00:00 2001 From: jamesrichards Date: Thu, 8 Aug 2024 09:29:30 +0100 Subject: [PATCH] Added unstructured host to list of env vars set in worker vscode launch config --- worker/.vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worker/.vscode/launch.json b/worker/.vscode/launch.json index 1a093c162..ae3da4c62 100644 --- a/worker/.vscode/launch.json +++ b/worker/.vscode/launch.json @@ -20,7 +20,8 @@ "env": { "ELASTIC__HOST": "localhost", "REDIS_HOST": "localhost", - "MINIO_HOST": "localhost" + "MINIO_HOST": "localhost", + "UNSTRUCTURED_HOST": "localhost" } } ]