services.pghero.settings
NixOS option
PgHero configuration. Refer to the PgHero documentation for more details.
type: YAML 1.1 valueDefault
{ }Example
declared in: nixos/modules/services/misc/pghero.nixView source on NixOS/nixpkgs →{
databases = {
primary = {
url = "<%= ENV['PRIMARY_DATABASE_URL'] %>";
};
};
}