Specify mail port
This commit is contained in:
parent
9948a78e29
commit
8ea75952af
|
@ -1,10 +1,11 @@
|
||||||
{pkgs, ...}: import ../common/services/wch-app.nix {
|
{pkgs, ...}: import ../common/services/wch-app.nix {
|
||||||
pkgs = pkgs;
|
pkgs = pkgs;
|
||||||
ref = "feature/client-auth";
|
ref = "feature/client-auth";
|
||||||
rev = "1d43ffd995989eda217612daed5c180a68070352";
|
rev = "c42e3faafe164cb16bfb878067af24dbf75a9fba";
|
||||||
baseUrl = "wch-otd-test.techwork.zone";
|
baseUrl = "wch-otd-test.techwork.zone";
|
||||||
mail = {
|
mail = {
|
||||||
host = "in-v3.mailjet.com";
|
host = "in-v3.mailjet.com";
|
||||||
from = "wch-otd@tams.tech";
|
from = "wch-otd@tams.tech";
|
||||||
|
port = "587";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue