From 4392513d1b542ff8b3ca4702827ad656cb27ab4c Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Tue, 22 Feb 2022 13:50:53 +0100 Subject: [PATCH] fixed comment in config --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 52ca029..5cbe777 100755 --- a/config.yaml +++ b/config.yaml @@ -17,7 +17,7 @@ rabbitmq: max_attempts: $MAX_ATTEMPTS|3 # Number of times a message may fail before being published to dead letter queue minio: - endpoint: $STORAGE_ENDPOINT|"127.0.0.1:9000" # MinIO host address + endpoint: $STORAGE_ENDPOINT|"127.0.0.1:9000" # MinIO endpoint user: $STORAGE_KEY|root # MinIO user name password: $STORAGE_SECRET|password # MinIO user password bucket: $STORAGE_BUCKET_NAME|redaction # MinIO bucket