mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fixed wrong env variable
This commit is contained in:
parent
e4d1a25990
commit
7da0ba1f51
@ -41,7 +41,7 @@ const smtp = {
|
|||||||
SMTP_HOST: env.SMTP_HOST,
|
SMTP_HOST: env.SMTP_HOST,
|
||||||
SMTP_PORT: env.SMTP_PORT,
|
SMTP_PORT: env.SMTP_PORT,
|
||||||
SMTP_IGNORE_TLS: env.SMTP_IGNORE_TLS === 'true' || true,
|
SMTP_IGNORE_TLS: env.SMTP_IGNORE_TLS === 'true' || true,
|
||||||
SMTP_SECURE: env.SMTP_IGNORE_TLS === 'true' || false,
|
SMTP_SECURE: env.SMTP_SECURE === 'true',
|
||||||
SMTP_USERNAME: env.SMTP_USERNAME,
|
SMTP_USERNAME: env.SMTP_USERNAME,
|
||||||
SMTP_PASSWORD: env.SMTP_PASSWORD,
|
SMTP_PASSWORD: env.SMTP_PASSWORD,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user