From 3d7a16ae49d6cbaf9c764b9f5dd1aad602664675 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Mon, 19 Aug 2024 22:11:17 +0500 Subject: [PATCH] Fix fullTextUrl (#6355) 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 235bd17aa0..ecc8182d73 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: '',