Skip to content

Commit 5e2a252

Browse files
committed
feat: update healthchecks
1 parent 28d607c commit 5e2a252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stacks/healthchecks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- EMAIL_HOST_USER=${SMTP_USER}
2424
- EMAIL_PORT=${SMTP_PORT:-587}
2525
- EMAIL_USE_TLS=${SMTP_TLS:-True}
26+
- EMAIL_USE_SSL=${SMTP_SSL:False}
2627
- EMAIL_USE_VERIFICATION=True
2728
- PING_EMAIL_DOMAIN=${DOMAIN:-healthchecks.localhost}
2829
- PING_ENDPOINT=${SCHEME:-https}://${DOMAIN:-healthchecks.localhost}/ping/

0 commit comments

Comments
 (0)