Skip to content

Commit

Permalink
Merge pull request #128 from opencloud-eu/dotenv-cleanup
Browse files Browse the repository at this point in the history
.env cleanup
  • Loading branch information
rhafer authored Jan 27, 2025
2 parents 6ff8c2e + e2c725c commit d23e5cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/examples/opencloud_full/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down Expand Up @@ -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:
Expand All @@ -94,15 +94,15 @@ 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.
# SMTP host to connect to.
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 <[email protected]>".
SMTP_SENDER=
# Username for the SMTP host to connect to.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d23e5cf

Please sign in to comment.