From 23372c761c417a997797a4c5a978e4a7d54d9dce Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 11:18:56 -0500 Subject: APP_URL changed to EXTERNAL_DOMAIN To fix problems with missing APP_URL variable. APP_URL=http://${HOST}:${PORT} but HOST is no longer set as a Docker env variable. APP_URL being set with http as default is also causing problems for some users. --- start/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start/events.js') diff --git a/start/events.js b/start/events.js index c4076cc..b2356d0 100644 --- a/start/events.js +++ b/start/events.js @@ -8,7 +8,7 @@ Hello ${user.username}, we just recieved a request to reset your password of your Ferdi account. Use the link below to reset your password. If you havn't requested this, please ignore this message. -${Env.get('APP_URL')}/user/reset?token=${encodeURIComponent(token)} +${Env.get('EXTERNAL_DOMAIN')}/user/reset?token=${encodeURIComponent(token)} This message was sent automatically. Please do not reply. `; -- cgit v1.2.3-70-g09d2