From 14cb697b95f43aa8abaf1cedc3d6719d3a688a54 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 19 Aug 2024 00:48:11 +0700 Subject: [PATCH] Fix fulltextUrl in account Signed-off-by: Andrey Sobolev --- 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 d85508644e2..e0418e2111c 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: 'http://localost:9200', + fullTextUrl: '', indexParallel: 0, indexProcessing: 0, rekoniUrl: '',