ZVGQP2SXJRSOOGPVODNWYNX6AJMXRTVYAEEC7CBZKLTO4EWTHQWAC
INUGMXTGXOXWYBNTZIXT7MDFKJMOSGU73TWF2FRBIWZFUHDMKUWAC
D3MDJONYWWNXVVZDKTPDQE2H2HGMF263LXKT57B2GYCOXNM3PPOQC
+ ${if cfg.logo != null then ''HYDRA_LOGO="${cfg.logo}" '' else ""}
+ ${if cfg.logo != null
then ''HYDRA_LOGO="${cfg.logo}" ''
else ""}
example = "dbi:SQLite:/home/hydra/db/hydra.sqlite";
The DBI string for Hydra database connection
The DBI string for Hydra database connection.
};
}; logo = mkOption { default = null; description = '' File name of an alternate logo to be displayed on the web pages. ''; };
logo = mkOption {
default = null;
description = ''
File name of an alternate logo to be displayed on the web pages.
'';