Skip to content

Add "path" feature to connectivity

Timon Heim requested to merge config_path into devel

Adding possibility to specify if config path given in connectivity is:

  • relToExec : relative to current executable path (default)
  • relToCon : relative to dir of connectivity
  • abs : absolute path
  • relToYarrPath : relative to environmental variable YARR_CONFIG_PATH
  • db : (to be implemented) config to be loaded from DB by given "tag"

Merge request reports