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 3 Next »

This setting was added in Profound.js / Profound API version 7

This setting is used along with connectorUser 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

"connectorPassword": "my_password"

Load from environment

The value can also be loaded from other sources using custom JavaScript coding. For example, to load from an environment variable:

"connectorPassword": process.env.CONNECTOR_PASSWORD

Click here for information on how to modify this setting.

  • No labels