mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix duplicate env keys (#14845)
This commit is contained in:
@@ -296,10 +296,10 @@ EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
## Email (Sendmail Transport)
|
||||
|
||||
# What new line style to use in sendmail ["unix"]
|
||||
EMAIL_SENDMAIL_NEW_LINE="unix"
|
||||
# EMAIL_SENDMAIL_NEW_LINE="unix"
|
||||
|
||||
# Path to your sendmail executable ["/usr/sbin/sendmail"]
|
||||
EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
# EMAIL_SENDMAIL_PATH="/usr/sbin/sendmail"
|
||||
|
||||
## Email (SMTP Transport)
|
||||
# EMAIL_SMTP_HOST="localhost"
|
||||
|
||||
Reference in New Issue
Block a user