This parameter set the PGSql server address.
Default: pgsql_server_addr="127.0.0.1"
This set the port to used to connect to the PGsql server.
Default: pgsql_server_port=5432
This set the PGsql password, associated with username of the database.
Default: pgsql_passwd="secret"
This set whether to use SSL or not. (this parameter is ignored for now)
Default: pgsql_ssl="prefer"
This set the name of the table to connect to. It must belong to the chosen database. The specified user must have rights on this table.
Default: pgsql_table_name="ulog"
This set the name of table to log users session into. It must belong to the chosen database. The specified user must have rights on this table.
Default: pgsql_users_table_name="users"
This is the time in seconds after which the connection to the database is assumed to be lost if we have no answer.
Default: pgsql_request_timeout=5