Note | ||
---|---|---|
| ||
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 Block | ||
---|---|---|
| ||
connectorURL: "https://myIBMi" | ||
language | js | title |
Instance on "myIBMi" running on port 8081
Code Block | ||
---|---|---|
| ||
connectorURL: "http://myIBMi:8081" |
...
See also Connecting to a Remote Instance and profoundjs.express().
Click here for information on how to modify this setting.