From 779c4e1daf7e51a3b5ac00d06b5d3fa1d04add92 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 8 Sep 2025 22:23:52 +0200 Subject: [PATCH] fix: remove unused minio config --- .env.example | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.env.example b/.env.example index be47c63..eee0975 100644 --- a/.env.example +++ b/.env.example @@ -134,12 +134,6 @@ DECOMPOSEDS3_ACCESS_KEY= DECOMPOSEDS3_SECRET_KEY= # S3 bucket. Defaults to "opencloud" DECOMPOSEDS3_BUCKET= -# -# For testing purposes, add local minio S3 storage to the docker-compose file. -# The leading colon is required to enable the service. -#DECOMPOSEDS3_MINIO=:minio.yml -# Minio domain. Defaults to "minio.opencloud.test". -MINIO_DOMAIN= # Define SMTP settings if you would like to send OpenCloud email notifications.