We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e360103 commit bf64ce1Copy full SHA for bf64ce1
nix/web-security-tracker.nix
@@ -146,6 +146,7 @@ in
146
EVALUATION_LOGS_DIRECTORY = mkDefault "/var/log/web-security-tracker/evaluation";
147
LOCAL_NIXPKGS_CHECKOUT = mkDefault "/var/lib/web-security-tracker/nixpkgs-repo";
148
CVE_CACHE_DIR = mkDefault "/var/lib/web-security-tracker/cve-cache";
149
+ ACCOUNT_DEFAULT_HTTP_PROTOCOL = mkDefault (with cfg; if production then "https" else "http");
150
};
151
152
nginx.enable = true;
0 commit comments