From 93b8186eb6f61ec0e782ba77738770075615a594 Mon Sep 17 00:00:00 2001 From: Thomas Schweiger Date: Thu, 23 Oct 2025 18:09:23 +0200 Subject: [PATCH] fix: rephrase and fix additional typo --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 36abda1..2e4c5ca 100644 --- a/.env.example +++ b/.env.example @@ -137,6 +137,8 @@ DECOMPOSEDS3_BUCKET= # Define SMTP settings if you would like to send OpenCloud email notifications. +# To actually send notifications, you also need to enable the 'notifications' service +# by adding it to the START_ADDITIONAL_SERVICES variable below. # # NOTE: when configuring Inbucket, these settings have no effect, see inbucket.yml for details. # SMTP host to connect to. @@ -157,11 +159,11 @@ SMTP_TRANSPORT_ENCRYPTION= # Allow insecure connections to the SMTP server. Defaults to false. SMTP_INSECURE= -# Addititional services to be started on opencloud startup +# Additional services to be started on opencloud startup # The following list of services is not started automatically and must be # manually defined for startup: # IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc. -START_ADDITIONAL_SERVICES="notifications" +START_ADDITIONAL_SERVICES="" ## Default Enabled Services ##