connectorURL



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
connectorURL: "https://myIBMi"



Instance on "myIBMi" running on port 8081
connectorURL: "http://myIBMi:8081"



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

Click here for information on how to modify this setting.