Versions Compared

Key

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


As of July 25th, 2023, there is a content freeze on this page
Note
titleContent Freeze
Info

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

This property specifies the URL of an IBM i-based instance of Profound.js that this instance will communicate with for the purpose of running Connector APIs that access IBM i data.

Examples:

...

Instance on "myIBMi" configured for SSL and default port 443
code
Code Block
languagejs
connectorURL: "https://myIBMi"
languagejs
title

Instance on "myIBMi" running on port 8081
Code Block
languagejs
connectorURL: "http://myIBMi:8081"

...

See also Connecting to a Remote Instance and profoundjs.express().

Click here for information on how to modify this setting.