Setting global registry variables

The regulations administrator can configure global variables for the registry. Global variables are part of the regulations and are stored in the global-vars/camunda-global-system-vars.yml file.

Global variables can be used to:
  • Configure the email address of the support service (parameter supportEmail). The supportEmail variable is used in all critical error pages in the officer and citizen portals.

  • Set up the interface theme for the officer, citizen and registry regulations administrator portals (themeFile parameter).

Only supportEmail and themeFile parameters are currently available for configuring. Adding any other variables to the file is prohibited. Also, comments are not allowed. If you want to remove an extra parameter, delete it.

The variable configuration format is as follows:
<variable name>: <variable value>
You can configure the email address of the support service as follows:
supportEmail: help@support.com
You can customize the theme of the portal interface as follows:
themeFile: dark-theme.js
By default, all portals use the light theme. Enter this parameter if you want to apply the dark theme.

Make changes to the master branch of the Gerrit repository, and wait for the Master-Build-registry-regulations Jenkins pipeline to apply the chosen configuration to your registry regulations.

Use the convenient interface in the Regulations administrator portal for managing global registry settings.

For more details, visit Configuring global registry settings.