This commit is contained in:
parent
3f502f1c45
commit
c6f739a3d1
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
|||
packages.${system} = {
|
||||
healthchecks = let
|
||||
pname = "healthchecks";
|
||||
version = "3.0.1";
|
||||
hash = "sha256-r8wzIZPetnTEJDKPx/Oxk+gzs8gbjEHSi40LSxLb1Js=";
|
||||
version = "2.10";
|
||||
hash = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
|
||||
localSettings = pkgs.writeText "local_settings.py" ''
|
||||
import os
|
||||
CSRF_TRUSTED_HOSTS = os.getenv("CSRF_TRUSTED_HOSTS", "").split(",")
|
||||
|
|
Loading…
Reference in a new issue