Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This setting is valid only for instances running on IBM i.

Specifies the IBM i Connector library . The default connector library is PROFOUNDJSto be used by the instance. The version of the Connector library must match that of the Node.js components.

This setting is automatically populated based on the answers to installation questions/prompts when the config.js file is created for the first time during a fresh installation. For upgrade installations, the installation process determines what library to upgrade, if any, by reading this setting.

If this setting is not specified, the instance will use library PROFOUNDJS by default.

Example:

Code Block
languagejs
connectorLibrary: "MYPJSCONN"

...