mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
Cody: locally configure embedding upload URL (#50143)
This config is required when running `sg start embeddings`, since the embeddings job uploads the embedding vectors to blobstore.
This commit is contained in:
parent
4edebd80d9
commit
308c9d30ec
@ -98,6 +98,9 @@ env:
|
||||
PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT: http://localhost:9000
|
||||
PRECISE_CODE_INTEL_UPLOAD_BACKEND: blobstore
|
||||
|
||||
# Required for embeddings job upload
|
||||
EMBEDDINGS_UPLOAD_AWS_ENDPOINT: http://localhost:9000
|
||||
|
||||
# Disable auto-indexing the CNCF repo group (this only works in Cloud)
|
||||
# This setting will be going away soon
|
||||
DISABLE_CNCF: notonmybox
|
||||
|
||||
Loading…
Reference in New Issue
Block a user