Skip to content

Commit

Permalink
LAKEFS_USAGE_REPORT_ENABLED=false
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiad200 committed Nov 6, 2024
1 parent 455698f commit 0afd76a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions esti/ops/docker-compose-dynamodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- LAKEFS_DATABASE_DYNAMODB_AWS_REGION=us-east-1
- LAKEFS_DATABASE_DYNAMODB_AWS_ACCESS_KEY_ID=AKIAIO5FODNN7EXAMPLE
- LAKEFS_DATABASE_DYNAMODB_AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K3MDENG/bPxRfiCYEXAMPLEKEY
- LAKEFS_USAGE_REPORT_ENABLED=false
entrypoint: ["/app/lakefs", "run"]
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down
1 change: 1 addition & 0 deletions esti/ops/docker-compose-external-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- AZURE_CLIENT_ID
- AZURE_CLIENT_SECRET
- AZURE_TENANT_ID
- LAKEFS_USAGE_REPORT_ENABLED=false
entrypoint: ["/app/lakefs", "run"]
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down
1 change: 1 addition & 0 deletions esti/ops/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
- LAKEFS_LOGGING_LEVEL=DEBUG
- LAKEFS_BLOCKSTORE_GS_CREDENTIALS_JSON
- LAKEFS_STATS_ENABLED
- LAKEFS_USAGE_REPORT_ENABLED=false
- AZURE_CLIENT_ID
- AZURE_CLIENT_SECRET
- AZURE_TENANT_ID
Expand Down

0 comments on commit 0afd76a

Please sign in to comment.