Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Satellites can be used for their realm or sub realms too. It's just a parameter in the configuration of the element.

 

Variable Descriptions

 

PropertyDefaultDescription
realm_nameN/AThis variable is used to identify the *short name* of the realm.
realm_membersN/AThis directive is used to list realm sub-realms.
default0This directive is used to define if the realm is the default one or not. Only one default realm is allowed.

Example Definition

 

Code Block
  define realm{
      realm_name     World
      realm_members  Europe,America,Asia
      default        0
  }