Environment variables made available to Patroni as files content, useful for providing secrets from files.
Declarations
Type
attribute set of (null or string or path or package)
Default
{ }
Example
{
PATRONI_REPLICATION_PASSWORD = "/secret/file";
PATRONI_SUPERUSER_PASSWORD = "/secret/file";
}