flame hannes

This commit is contained in:
Ulf Gebhardt 2022-01-27 01:24:58 +01:00
parent 61c9073712
commit 795c99e641
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -43,6 +43,7 @@ const loginServer = {
LOGIN_SERVER_KEY: process.env.LOGIN_SERVER_KEY || 'a51ef8ac7ef1abf162fb7a65261acd7a',
}
// TODO: Hannes if I find you... this looks like blasphemy
const resendTime = parseInt(process.env.RESEND_TIME ? process.env.RESEND_TIME : 'null')
const email = {
EMAIL: process.env.EMAIL === 'true' || false,