There should be an option to overwrite config values of the config file via the constructor. This comes in handy if integrated into complex CI Systems
Proposal:
new PatternlabToGemini("path-to-config-file", {
"patternlabUrl": "different url from the one in the config file"
})