eu-srv-1/services/wch-app.nix
2024-01-31 09:58:11 -05:00

12 lines
293 B
Nix

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