Skip to content

Commit

Permalink
Test MinIO
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo authored Apr 10, 2024
1 parent 27bfaa0 commit 3caf776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ logging_level = "Information"

# Object storage
# Uncomment either the `redis` or the `minio` parameter
redis = {}
#minio = {}
#redis = {}
minio = {}

# Uncomment this to have minio S3 enabled instead of hostpath shared_storage
#minio_s3_fs = {} # Shared storage
minio_s3_fs = {} # Shared storage

# Queue
# Uncomment either the `activemq` or the `rabbitmq` parameter
Expand Down

0 comments on commit 3caf776

Please sign in to comment.