mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 08:21:08 +00:00
Fix fullTextUrl (#6355)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
e1696fa746
commit
3d7a16ae49
@ -1309,7 +1309,7 @@ export async function createWorkspace (
|
|||||||
mongodbUri,
|
mongodbUri,
|
||||||
{
|
{
|
||||||
externalStorage: storageAdapter,
|
externalStorage: storageAdapter,
|
||||||
fullTextUrl: '',
|
fullTextUrl: 'http://localhost:9200',
|
||||||
indexParallel: 0,
|
indexParallel: 0,
|
||||||
indexProcessing: 0,
|
indexProcessing: 0,
|
||||||
rekoniUrl: '',
|
rekoniUrl: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user