Added smtp to production builds.

This commit is contained in:
Tom Butcher 2026-03-01 21:45:21 +00:00
parent f23503863c
commit ed25260d5b

View File

@ -165,12 +165,12 @@
} }
}, },
"smtp": { "smtp": {
"host": "localhost", "host": "mail.tombutcher.work",
"port": 587, "port": 465,
"secure": false, "secure": true,
"auth": { "auth": {
"user": "", "user": "farmcontrol",
"pass": "" "pass": "XwV5u3jWufuo5E5U4N9hBHfNfwk28D7fNdFN"
}, },
"from": "FarmControl <noreply@farmcontrol.app>" "from": "FarmControl <noreply@farmcontrol.app>"
} }