Info |
---|
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
Code Block |
---|
"connectorUser": "my_profile" |
Load from environment
The value can also be loaded from other sources using custom JavaScript coding. For example, to load from an environment variable:
Code Block |
---|
"connectorUser": process.env.CONNECTOR_USER |
Click here for information on how to modify this setting.