Skip to content

Commit 6a1a669

Browse files
committed
Fix typo in email template env variable
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
1 parent 06f6077 commit 6a1a669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ SMQ_PASSWORD_RESET_URL_PREFIX=http://localhost/password-reset
277277
SMQ_PASSWORD_RESET_EMAIL_TEMPLATE=reset-password-email.tmpl
278278
SMQ_VERIFICATION_URL_PREFIX=http://localhost/verify-email
279279
SMQ_VERIFICATION_EMAIL_TEMPLATE=verification-email.tmpl
280-
SM_EMAIL_TEMPLATE=invitation.tmpl
280+
SMQ_EMAIL_TEMPLATE=invitation.tmpl
281281

282282
#### Users Client Config
283283
SMQ_USERS_URL=users:9002

0 commit comments

Comments
 (0)