To add configuration parameters to /etc/NOCpulse.ini, you need to
update the database in the usual way, in particular the following
tables:

  CONFIG_SECURITY_TYPE - Lists all security levels (e.g. internal, external);

  CONFIG_GROUP         - Stores group names (formerly section headings,
                         e.g. '[general]' became the 'general' group);

  CONFIG_PARAMETER     - Stores config parameters (key/value pairs) for
                         a given security type;

  CONFIG_MACRO         - Stores macros.


