...
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:
...
...
Code Block |
---|
"connectorUser": "my_profile" |
...
The value can also be loaded from other sources using custom JavaScript coding. For example, to load from an environment variable:
...