connectorUser
This setting was added in Profound.js / Profound API version 7
This setting is used along with connectorPassword to specify IBM i credentials for remote IBM i connections. These settings are an alternative to connectorCredentials and allow the credentials to be loaded from sources other than the local file system.
Examples
Specify Directly in Config.js
"connectorUser": "my_profile"
Load from Environment in Config.js
The value can also be loaded from other sources using custom JavaScript coding. For example, to load from an environment variable:
"connectorUser": process.env.CONNECTOR_USER
Click here for information on how to modify this setting.
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!