pjscallKeys
This setting was added in Profound.js / Profound API version 7
Specifies the security key used to authenticate connections from PJSCALL and proxy programs. The setting can be specified as a string to allow connections from 1 IBM i system, or as an array of strings to allow connections from multiple IBM i systems.
Examples
Allow Connections from 1 IBM i System
"pjscallKeys": "l+J7cB8z+AXKwbg065SrkA+SLpRYJXz3tKszZZ0nw6k="
Allow Connections from multiple IBM i systems
"pjscallKeys": [
"l+J7cB8z+AXKwbg065SrkA+SLpRYJXz3tKszZZ0nw6k=",
"664ZF0pmJQC9gN6uogpY31JzvFZehHc9NTOAiNBDqcs="
]
Click here for information on how to modify this setting.