Skip to content

Commit

Permalink
Fix fullTextUrl (#6355)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
  • Loading branch information
BykhovDenis authored Aug 19, 2024
1 parent e1696fa commit 3d7a16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/account/src/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ export async function createWorkspace (
mongodbUri,
{
externalStorage: storageAdapter,
fullTextUrl: '',
fullTextUrl: 'http://localhost:9200',
indexParallel: 0,
indexProcessing: 0,
rekoniUrl: '',
Expand Down

0 comments on commit 3d7a16a

Please sign in to comment.