From 3caf776a1ec3e07e066ecd64b7d782ed6527b5cb Mon Sep 17 00:00:00 2001 From: lemaitre-aneo <91961298+lemaitre-aneo@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:56:13 +0200 Subject: [PATCH] Test MinIO --- tools/parameters.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/parameters.tfvars b/tools/parameters.tfvars index d83cc0388..bf907269a 100644 --- a/tools/parameters.tfvars +++ b/tools/parameters.tfvars @@ -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