mirror of
https://github.com/btouchard/ackify.git
synced 2026-02-09 23:38:30 -06:00
fix(install): correct mail template directory path
Change ACKIFY_MAIL_TEMPLATE_DIR from 'templates/emails' to 'templates' to match actual directory structure where templates are in /app/templates.
This commit is contained in:
@@ -87,7 +87,7 @@ ACKIFY_OAUTH_CLIENT_SECRET=your_oauth_client_secret
|
||||
# ACKIFY_MAIL_TIMEOUT=10s
|
||||
|
||||
# Email Template Configuration
|
||||
# ACKIFY_MAIL_TEMPLATE_DIR=templates/emails
|
||||
# ACKIFY_MAIL_TEMPLATE_DIR=templates
|
||||
# ACKIFY_MAIL_DEFAULT_LOCALE=en
|
||||
# ACKIFY_MAIL_SUBJECT_PREFIX=[Ackify]
|
||||
|
||||
|
||||
@@ -420,7 +420,7 @@ ACKIFY_MAIL_FROM_NAME=${MAIL_FROM_NAME}
|
||||
ACKIFY_MAIL_TLS=${MAIL_TLS}
|
||||
ACKIFY_MAIL_STARTTLS=${MAIL_STARTTLS}
|
||||
ACKIFY_MAIL_TIMEOUT=10s
|
||||
ACKIFY_MAIL_TEMPLATE_DIR=templates/emails
|
||||
ACKIFY_MAIL_TEMPLATE_DIR=templates
|
||||
ACKIFY_MAIL_DEFAULT_LOCALE=en
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user