Resolve an optional plugin setting via the two-step fallback chain: plugin config → environment variable. Returns undefined if neither source provides a value.
undefined
Plugin API object.
Plugin identifier (e.g., 'jeeves-watcher-openclaw').
Config key within the plugin's config object.
Environment variable name.
The resolved setting value, or undefined.
Resolve an optional plugin setting via the two-step fallback chain: plugin config → environment variable. Returns
undefinedif neither source provides a value.