Skip to content

Commit

Permalink
Merge pull request #134 from tjmlabs/update_readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
HalemoGPA authored Feb 3, 2025
2 parents e0456ad + e168dcc commit a003517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ git clone https://github.com/tjmlabs/ColiVara
2. Create a .env.dev file in the root directory with the following variables:

```
EMBEDDINGS_URL="the serverless embeddings service url" # for local setup use http://localhost:8000/runsync/
EMBEDDINGS_URL="the serverless embeddings service url" # for local setup use http://host.docker.internal:8000/runsync
EMBEDDINGS_URL_TOKEN="the serverless embeddings service token" # for local setup use any string will do.
AWS_S3_ACCESS_KEY_ID="an S3 or compatible storage access key"
AWS_S3_SECRET_ACCESS_KEY="an S3 or compatible storage secret key"
Expand Down

0 comments on commit a003517

Please sign in to comment.