services.pghero.settings

PgHero configuration. Refer to the PgHero documentation for more details.

Type
YAML 1.1 value
Default
{ }
Example
{
  databases = {
    primary = {
      url = "<%= ENV['PRIMARY_DATABASE_URL'] %>";
    };
  };
}
Declared
<nixpkgs/nixos/modules/services/misc/pghero.nix>