Skip to content

Commit 497f096

Browse files
authored
Merge pull request #166 from Diekos/smtp_insecure-default-to-false
Added SMTP_INSECURE defaults to false
2 parents a650026 + 171235f commit 497f096

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)