From e2c725c7762978a72f1c26eedebb7e695428252a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 27 Jan 2025 17:14:21 +0100 Subject: [PATCH] .env cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- deployments/examples/opencloud_full/.env | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deployments/examples/opencloud_full/.env b/deployments/examples/opencloud_full/.env index f2707834a4..f6eecf551e 100644 --- a/deployments/examples/opencloud_full/.env +++ b/deployments/examples/opencloud_full/.env @@ -3,7 +3,7 @@ # Defaults to local LOG_DRIVER= # If you're on an internet facing server, comment out following line. -# It skips certificate validation for various parts of Infinite Scale and is +# It skips certificate validation for various parts of OpenCloud and is # needed when self signed certificates are used. INSECURE=true @@ -30,7 +30,7 @@ TRAEFIK_ACME_MAIL= TRAEFIK_ACME_CASERVER= -## Infinite Scale Settings ## +## OpenCloud Settings ## # Beside Traefik, this service must stay enabled. # Disable only for testing purposes. # Note: the leading colon is required to enable the service. @@ -70,7 +70,7 @@ LOG_LEVEL= # OC_DATA_DIR=/your/local/opencloud/data # S3 Storage configuration - optional -# Infinite Scale supports S3 storage as primary storage. +# OpenCloud supports S3 storage as primary storage. # Per default, S3 storage is disabled and the local filesystem is used. # To enable S3 storage, uncomment the following line and configure the S3 storage. # For more details see: @@ -94,7 +94,7 @@ S3NG_BUCKET= # Minio domain. Defaults to "minio.opencloud.test". MINIO_DOMAIN= -# Define SMPT settings if you would like to send Infinite Scale email notifications. +# Define SMPT settings if you would like to send OpenCloud email notifications. # For more details see: # https://doc.opencloud.eu/opencloud/latest/deployment/services/s-list/notifications.html # NOTE: when configuring Inbucket, these settings have no effect, see inbucket.yml for details. @@ -102,7 +102,7 @@ MINIO_DOMAIN= SMTP_HOST= # Port of the SMTP host to connect to. SMTP_PORT= -# An eMail address that is used for sending Infinite Scale notification eMails +# An eMail address that is used for sending OpenCloud notification eMails # like "opencloud notifications ". SMTP_SENDER= # Username for the SMTP host to connect to. @@ -206,7 +206,7 @@ COLLABORA_SSL_VERIFICATION=false ### Virusscanner Settings ### # IMPORTANT: If you enable antivirus, you also MUST configure the START_ADDITIONAL_SERVICES -# envvar in the Infinite Scale Settings above by adding 'antivirus' to the list. +# envvar in the OpenCloud Settings above by adding 'antivirus' to the list. # Note: the leading colon is required to enable the service. #CLAMAV=:clamav.yml # Image version of the ClamAV container.