As @rtadros125 pointed out, static config files become obsolete quickly, because new fields are added/renamed.
To avoid this situation, make cyberphys config partially autogenerated - the constants will stay (such as targetId, targetIp etc.) and the generic settings will be generated from a template.
As @rtadros125 pointed out, static config files become obsolete quickly, because new fields are added/renamed. To avoid this situation, make cyberphys config partially autogenerated - the constants will stay (such as
targetId
,targetIp
etc.) and the generic settings will be generated from a template.This is a "low priority nice-to-have" feature