From e11131dbcf13c4b33a4321fdead44269f3e088c9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 9 Jan 2021 12:04:42 -0500 Subject: Fix live cookie settings Auth was broken without the xsrf thing disabled. Anyway, its best to have well-defined live and test settings. I will re-enable xsrf when I figure out the js snippet I need. --- Biz/Dev.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Biz/Dev.nix') diff --git a/Biz/Dev.nix b/Biz/Dev.nix index 1dc2204..f372484 100644 --- a/Biz/Dev.nix +++ b/Biz/Dev.nix @@ -18,6 +18,8 @@ bild.os { enable = true; port = 8095; package = bild.ghc ./Devalloc.hs; + keep = "/var/devalloc/keep"; + depo = "/var/devalloc/depo"; }; } -- cgit v1.2.3