diff --git a/deployment/kubernetes/values.template.yaml b/deployment/kubernetes/values.template.yaml index a525a3ba6..f8669d150 100644 --- a/deployment/kubernetes/values.template.yaml +++ b/deployment/kubernetes/values.template.yaml @@ -20,7 +20,7 @@ BACKEND: SMTP_PASSWORD: "devops@ocelot.social" SMTP_PORT: "465" SMTP_IGNORE_TLS: 'true' - SMTP_SECURE: 'false' + SMTP_SECURE: 'false' # true for 465, false for other ports # most likely you don't need to change this MIN_READY_SECONDS: "15" diff --git a/docker-compose.yml b/docker-compose.yml index b680fd945..3604d1a9d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,4 +62,4 @@ services: networks: - test-network networks: - test-network: \ No newline at end of file + test-network: