Skip to content

Commit

Permalink
Merge pull request #934 from i-dot-ai/bugfix/vscode-launch-settings-u…
Browse files Browse the repository at this point in the history
…nstructured

Added unstructured host to worker vscode launch config
  • Loading branch information
jamesrichards4 authored Aug 8, 2024
2 parents 299d585 + 2ae78e9 commit 763fea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worker/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"env": {
"ELASTIC__HOST": "localhost",
"REDIS_HOST": "localhost",
"MINIO_HOST": "localhost"
"MINIO_HOST": "localhost",
"UNSTRUCTURED_HOST": "localhost"
}
}
]
Expand Down

0 comments on commit 763fea0

Please sign in to comment.