mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
Merge pull request #121 from Tronde/fix/remove-misleading-comment
Fix: Remove confusing comment - notifications is not mandatory
This commit is contained in:
@@ -137,6 +137,8 @@ DECOMPOSEDS3_BUCKET=
|
|||||||
|
|
||||||
|
|
||||||
# Define SMTP settings if you would like to send OpenCloud email notifications.
|
# 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.
|
# NOTE: when configuring Inbucket, these settings have no effect, see inbucket.yml for details.
|
||||||
# SMTP host to connect to.
|
# SMTP host to connect to.
|
||||||
@@ -157,12 +159,11 @@ SMTP_TRANSPORT_ENCRYPTION=
|
|||||||
# Allow insecure connections to the SMTP server. Defaults to false.
|
# Allow insecure connections to the SMTP server. Defaults to false.
|
||||||
SMTP_INSECURE=
|
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 startet automatically and must be
|
# The following list of services is not started automatically and must be
|
||||||
# manually defined for startup:
|
# manually defined for startup:
|
||||||
# IMPORTANT: The notification service is MANDATORY, do not delete!
|
|
||||||
# IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc.
|
# IMPORTANT: Add any services to the startup list comma separated like "notifications,antivirus" etc.
|
||||||
START_ADDITIONAL_SERVICES="notifications"
|
START_ADDITIONAL_SERVICES=""
|
||||||
|
|
||||||
|
|
||||||
## Default Enabled Services ##
|
## Default Enabled Services ##
|
||||||
|
|||||||
Reference in New Issue
Block a user