Added smtp to production builds.
This commit is contained in:
parent
f23503863c
commit
ed25260d5b
10
config.json
10
config.json
@ -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>"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user