auth api
This commit is contained in:
parent
a3da5c9d55
commit
f026c14f0c
9 changed files with 7286 additions and 6 deletions
|
|
@ -50,6 +50,7 @@ export const config = {
|
|||
smtp: {
|
||||
host: process.env.SMTP_HOST || 'localhost',
|
||||
port: parseInt(process.env.SMTP_PORT || '1025', 10),
|
||||
secure: process.env.SMTP_SECURE === 'true',
|
||||
user: process.env.SMTP_USER,
|
||||
pass: process.env.SMTP_PASS,
|
||||
from: process.env.SMTP_FROM || 'noreply@elearning.local'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue