Fix fulltextUrl in account (#6349)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-08-19 12:51:43 +07:00 committed by GitHub
parent c01a274cef
commit 5c2775b6a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1309,7 +1309,7 @@ export async function createWorkspace (
mongodbUri, mongodbUri,
{ {
externalStorage: storageAdapter, externalStorage: storageAdapter,
fullTextUrl: 'http://localost:9200', fullTextUrl: '',
indexParallel: 0, indexParallel: 0,
indexProcessing: 0, indexProcessing: 0,
rekoniUrl: '', rekoniUrl: '',