We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35b89e commit c2e6589Copy full SHA for c2e6589
maybe/docker-compose.yml
@@ -25,7 +25,7 @@ services:
25
SYNTH_API_KEY: ${SYNTH_API_KEY}
26
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
27
SMTP_ADDRESS: ${SMTP_ADDRESS}
28
- SMTP_PORT=465: ${SMTP_PORT}
+ SMTP_PORT: ${SMTP_PORT}
29
SMTP_USERNAME: ${SMTP_USERNAME}
30
SMTP_PASSWORD: ${SMTP_PASSWORD}
31
SMTP_TLS_ENABLED: ${SMTP_TLS_ENABLED}
0 commit comments