-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from opencloud-eu/dotenv-cleanup
.env cleanup
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,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. | ||
|
@@ -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. | ||
|