Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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

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.

  • No labels