Skip to content

Commit 171235f

Browse files
authored
Added SMTP_INSECURE defaults to false
The SMTP_INSECURE did not yet have a default to false.
1 parent 79782cd commit 171235f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
NOTIFICATIONS_SMTP_SENDER: "${SMTP_SENDER:-OpenCloud Notifications <notifications@cloud.opencloud.test>}"
3737
NOTIFICATIONS_SMTP_USERNAME: "${SMTP_USERNAME}"
3838
NOTIFICATIONS_SMTP_PASSWORD: "${SMTP_PASSWORD}"
39-
NOTIFICATIONS_SMTP_INSECURE: "${SMTP_INSECURE}"
39+
NOTIFICATIONS_SMTP_INSECURE: "${SMTP_INSECURE:-false}"
4040
NOTIFICATIONS_SMTP_AUTHENTICATION: "${SMTP_AUTHENTICATION}"
4141
NOTIFICATIONS_SMTP_ENCRYPTION: "${SMTP_TRANSPORT_ENCRYPTION:-none}"
4242
FRONTEND_ARCHIVER_MAX_SIZE: "10000000000"

0 commit comments

Comments
 (0)