...
This setting is used along with connectorPassword to specify IBM i credentials for Remote remote IBM i Connectionsconnections. These settings are an alternative to connectorCredentials and allow the credentials to be loaded from sources other than the local file system.
...
Code Block |
---|
"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:
...