Environment variables passed to the service. Usable parameters are listed in Section 34.14 of the PostgreSQL manual.
Declarations
Type
attribute set of stringDefault
{ }Example
{
PGPASSFILE = "/private/passfile";
PGSSLMODE = "require";
}
Environment variables passed to the service. Usable parameters are listed in Section 34.14 of the PostgreSQL manual.
attribute set of string{ }{
PGPASSFILE = "/private/passfile";
PGSSLMODE = "require";
}