forked from lix-project/hydra
hydra-module: fix debug attribute
This commit is contained in:
parent
b829be29b6
commit
5777f246a5
|
@ -30,7 +30,7 @@ let
|
|||
{ HYDRA_TRACKER = cfg.tracker;
|
||||
COLUMNS = "80";
|
||||
PGPASSFILE = "${baseDir}/pgpass-www"; # grrr
|
||||
} // (optionalAttrs cfg.debugServer { DBIC_TRACE = 1; });
|
||||
} // (optionalAttrs cfg.debugServer { DBIC_TRACE = "1"; });
|
||||
|
||||
localDB = "dbi:Pg:dbname=hydra;user=hydra;";
|
||||
|
||||
|
|
Loading…
Reference in a new issue