### Option: Plugins.Postgres.CallTimeout # The maximum time in seconds for waiting when a request has to be done. # # Mandatory: no # Range: 1-30 # Default: # Plugins.Postgres.CallTimeout=<Global timeout> ### Option: Plugins.Postgres.Timeout # The maximum time in seconds for waiting when a connection has to be established. # # Mandatory: no # Range: 1-30 # Default: # Plugins.Postgres.Timeout=<Global timeout> ### Option: Plugins.Postgres.KeepAlive # Time in seconds for waiting before unused connections will be closed. # # Mandatory: no # Range: 60-900 # Default: # Plugins.Postgres.KeepAlive=300 ### Option: Plugins.Postgres.CustomQueriesPath # Full pathname of a directory containing *.sql* files with custom queries. # # Mandatory: no # Default: # Plugins.Postgres.CustomQueriesPath= ### Option: Plugins.Postgres.Sessions.*.Uri # Uri to connect. "*" should be replaced with a session name. # # Mandatory: no # Range: # Must matches the URI format. # Supported schemas: "tcp" and "unix". # Embedded credentials will be ignored. # Default: # Plugins.Postgres.Sessions.*.Uri= ### Option: Plugins.Postgres.Sessions.*.User # Username for session connection. "*" should be replaced with a session name. # # Mandatory: no # Range: Must matches PostgreSQL user name. # Default: # Plugins.Postgres.Sessions.*.User= ### Option: Plugins.Postgres.Sessions.*.Password # Password for session connection. "*" should be replaced with a session name. # # Mandatory: no # Range: Must matches the Password format. # Default: # Plugins.Postgres.Sessions.*.Password= ### Option: Plugins.Postgres.Sessions.*.Database # Database for session connection. "*" should be replaced with a session name. # # Mandatory: no # Default: # Plugins.Postgres.Sessions.*.Database= ### Option: Plugins.Postgres.Sessions.*.TLSConnect # Encryption type for Postgres connection. "*" should be replaced with a session name. # tls connection required - required # verifies certificates - verify_ca # verify certificates and ip - verify_full # # Mandatory: no # Default: # Plugins.Postgres.Sessions.*.TLSConnect= ### Option: Plugins.Postgres.Sessions.*.TLSCAFile # Full pathname of a file containing the top-level CA(s) certificate # peer certificate verification. # # Mandatory: no # Default: # Plugins.Postgres.Sessions.*.TLSCAFile= ### Option: Plugins.Postgres.Sessions.*.TLSCertFile # Full pathname of a file containing the postgres certificate or certificate chain. # # Mandatory: no # Default: # Plugins.Postgres.Sessions.*.TLSCertFile= ### Option: Plugins.Postgres.Sessions.*.TLSKeyFile # Full pathname of a file containing the postgres private key. # # Mandatory: no # Default: # Plugins.Postgres.Sessions.*.TLSKeyFile=