1. Home
  2. Docs
  3. Configuration Basics
  4. Organization

Organization

Jeyzer configuration is hierarchical.
Master profile is the highest configuration level unit and is referred by its profile name.

Jeyzer configuration is segregated in configuration units:

  • Master profile : local configuration root
  • Shared profile repositories : remote and local
  • Core configuration: local Jeyzer system settings

Jeyzer configuration is a tree of XML files where the master profile is the root.
XML profile therefore contain “include” files which can refer to local or remote files.
Configuration fields are always XML attributes².
Configuration field values can contain variables.

(²) Exception applies for the fields accepting long values such as the narrative and description fields where values are instead XML node values.