Skip to content

Commit

Permalink
Refactor file upload configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
minai621 committed Oct 4, 2024
1 parent 6fe19d0 commit 9eb1d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker/docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
LANGCHAIN_ENDPOINT: "https://www.langchain.com/langsmith"
LANGCHAIN_API_KEY: "your_langsmith_api_key_here"
LANGCHAIN_PROJECT: "your_langsmith_project_name_here"
FILE_UPLOAD: true
FILE_UPLOAD: false
BUCKET_TYPE: "S3 or MINIO"
BUCKET_NAME: "your_s3_bucket_name_here"
MINIO_ENDPOINT: "your_minio_endpoint_here"
Expand Down

0 comments on commit 9eb1d56

Please sign in to comment.