Skip to content

Commit 590eef4

Browse files
committed
Update .env.example
1 parent aad5eed commit 590eef4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Postgres database address for cocoindex
22
COCOINDEX_DATABASE_URL=postgres://cocoindex:cocoindex@localhost/cocoindex
33

4-
# S3 bucket name for CocoIndex source
5-
S3_BUCKET_NAME=your-s3-bucket-name
6-
7-
# (Optional) S3 prefix to restrict to a subfolder
8-
# S3_PREFIX=optional/subfolder/
4+
# Amazon S3 Configuration
5+
AMAZON_S3_BUCKET_NAME=your-bucket-name
6+
AMAZON_S3_PREFIX=optional/prefix/path

0 commit comments

Comments
 (0)