MyNixOS website logo
option

services.pghero.settings

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

Declarations
Type
YAML value
Default
{ }
Example
{
  databases = {
    primary = {
      url = "<%= ENV['PRIMARY_DATABASE_URL'] %>";
    };
  };
}