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": {
"host": "localhost",
"port": 587,
"secure": false,
"host": "mail.tombutcher.work",
"port": 465,
"secure": true,
"auth": {
"user": "",
"pass": ""
"user": "farmcontrol",
"pass": "XwV5u3jWufuo5E5U4N9hBHfNfwk28D7fNdFN"
},
"from": "FarmControl <noreply@farmcontrol.app>"
}