From e7ba4b89024ed655e20cf61cb2afd6037ad7e359 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Mon, 19 Aug 2024 22:06:36 +0500 Subject: [PATCH] Fix fullTextUrl Signed-off-by: Denis Bykhov --- server/account/src/operations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/account/src/operations.ts b/server/account/src/operations.ts index 235bd17aa07..ecc8182d73b 100644 --- a/server/account/src/operations.ts +++ b/server/account/src/operations.ts @@ -1309,7 +1309,7 @@ export async function createWorkspace ( mongodbUri, { externalStorage: storageAdapter, - fullTextUrl: '', + fullTextUrl: 'http://localhost:9200', indexParallel: 0, indexProcessing: 0, rekoniUrl: '',