eu-srv-1/services/wch-app.nix

12 lines
293 B
Nix

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