mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Add missing field
This commit is contained in:
parent
ae6e2eee86
commit
fadc5fb30e
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ const smtpTransport = Object.freeze<SystemConfig>({
|
|||
ignoreCert: false,
|
||||
host: 'localhost',
|
||||
port: 587,
|
||||
secure: false,
|
||||
username: 'test',
|
||||
password: 'test',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ const configs = {
|
|||
ignoreCert: false,
|
||||
host: 'localhost',
|
||||
port: 587,
|
||||
secure: false,
|
||||
username: 'test',
|
||||
password: 'test',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue