Skip to content

Commit 345f308

Browse files
WashingtonKKdborovcanin
authored andcommitted
Fix typo in email template env variable
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
1 parent c450dc3 commit 345f308

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)