diff options
author | Ben Sima <ben@bsima.me> | 2021-01-09 12:04:42 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-09 12:04:42 -0500 |
commit | e11131dbcf13c4b33a4321fdead44269f3e088c9 (patch) | |
tree | 6240f8dc2e4dc83f59f919d15db50b1bf72ee46e /Biz/Dev.nix | |
parent | 8ebaba711f62e026663b0bd4562c79695c79ec4c (diff) |
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.
Diffstat (limited to 'Biz/Dev.nix')
-rw-r--r-- | Biz/Dev.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; } |