Contains (key, values) string pairs that contain configuration information. Keys can be repeated with different values for different configurations names.
Structure of config
conf_key
character varying(100)
NOT NULL
The name of the parameter.
value
text
The value of the parameter.
conf_name
character varying(100)
The name of the configuration to which the pair (key,value) applies. A null value means that this is the default configuration.
date_update
timestamp with time zone
The date and time of the row's last update