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

11 lines
275 B
Nix

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