mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 17:05:16 +03:00
Fix fulltextUrl in account (#6349)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
c01a274cef
commit
5c2775b6a1
@ -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: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user