Skip to content

Commit

Permalink
fix: remove extra configs from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinsauce committed Sep 25, 2024
1 parent 7da7bdb commit 07ccc79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions annotation/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ POSTGRES_DB="annotation"

S3_ENDPOINT="minio"
S3_PREFIX=
S3_ACCESS_KEY="minioadmin"
S3_SECRET_KEY="minioadmin"
S3_START_PATH="annotation"
# S3_PROVIDER can be: "minio" (default), "aws_iam"
S3_PROVIDER="minio"
Expand Down
3 changes: 0 additions & 3 deletions processing/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ S3_PROVIDER=minio
S3_ENDPOINT_URL=http://badgerdoc-minio
S3_ENDPOINT=badgerdoc-minio

S3_ACCESS_KEY=minioadmin
S3_SECRET_KEY=minioadmin

S3_SECURE=false
S3_PREFIX=

Expand Down

0 comments on commit 07ccc79

Please sign in to comment.