Specify mail port

This commit is contained in:
D. Scott Boggs 2024-01-31 09:20:55 -05:00
parent 9948a78e29
commit 8ea75952af

View file

@ -1,10 +1,11 @@
{pkgs, ...}: import ../common/services/wch-app.nix {
pkgs = pkgs;
ref = "feature/client-auth";
rev = "1d43ffd995989eda217612daed5c180a68070352";
rev = "c42e3faafe164cb16bfb878067af24dbf75a9fba";
baseUrl = "wch-otd-test.techwork.zone";
mail = {
host = "in-v3.mailjet.com";
from = "wch-otd@tams.tech";
port = "587";
};
}