4.5. pgsql log

4.5.1. pgsql_server_addr

This parameter set the PGSql server address.

Default: pgsql_server_addr="127.0.0.1"

4.5.2. pgsql_server_port

This set the port to used to connect to the PGsql server.

Default: pgsql_server_port=5432

4.5.3. pgsql_user

This parameter set the login of the PGsql user.

Default: pgsql_user="myuser"

4.5.4. pgsql_passwd

This set the PGsql password, associated with username of the database.

Default: pgsql_passwd="secret"

4.5.5. pgsql_ssl

This set whether to use SSL or not. (this parameter is ignored for now)

Default: pgsql_ssl="prefer"

4.5.6. pgsql_db_name

This is the name of PGsql database to connect to

Default: pgsql_db_name="nufw"

4.5.7. pgsql_table_name

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"

4.5.8. pgsql_users_table_name

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"

4.5.9. pgsql_request_timeout

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