services.healthchecks.settingsFile

Environment variables which are read by healthchecks (local)_settings.py.

Settings which are explicitly covered in options below, are type-checked and/or transformed before added to the environment, everything else is passed as a string.

See https://healthchecks.io/docs/self_hosted_configuration/ for a full documentation of settings.

We add additional variables to this list inside the packages local_settings.py.

If the same variable is set in both settings and settingsFile the value from settingsFile has priority.

Type
null or absolute path
Default
null
Declared
<nixpkgs/nixos/modules/services/web-apps/healthchecks.nix>