### Option: Plugins.Postgres.CallTimeout
# The maximum time in seconds for waiting when a request has to be done.
# Plugins.Postgres.CallTimeout=<Global timeout>
### Option: Plugins.Postgres.Timeout
# The maximum time in seconds for waiting when a connection has to be established.
# Plugins.Postgres.Timeout=<Global timeout>
### Option: Plugins.Postgres.KeepAlive
# Time in seconds for waiting before unused connections will be closed.
# Plugins.Postgres.KeepAlive=300
### Option: Plugins.Postgres.CustomQueriesPath
# Full pathname of a directory containing *.sql* files with custom queries.
# Plugins.Postgres.CustomQueriesPath=
### Option: Plugins.Postgres.Sessions.*.Uri
# Uri to connect. "*" should be replaced with a session name.
# Must matches the URI format.
# Supported schemas: "tcp" and "unix".
# Embedded credentials will be ignored.
# Plugins.Postgres.Sessions.*.Uri=
### Option: Plugins.Postgres.Sessions.*.User
# Username for session connection. "*" should be replaced with a session name.
# Range: Must matches PostgreSQL user name.
# Plugins.Postgres.Sessions.*.User=
### Option: Plugins.Postgres.Sessions.*.Password
# Password for session connection. "*" should be replaced with a session name.
# Range: Must matches the Password format.
# Plugins.Postgres.Sessions.*.Password=
### Option: Plugins.Postgres.Sessions.*.Database
# Database for session connection. "*" should be replaced with a session name.