Versions Compared

Key

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

...

Code Block
languagetext
titleInitial
protected=true
username=admin
password=graphomate

The parameter protected defines if the admin panel should be protected by username and password. Set to false to deactivate the protection.

If set to true the admin panel will promt for the username and password which are definded in the parameters with the identical name.


config.ini

Code Block
languagetext
titleInitial
[templates]
allow_delete=true
allow_save=true
allow_list=true
[rulesets]
allow_delete=true
allow_save=true
allow_list=true
[audits]
enable=true
component_white_list=

Parameters beginning with allow_ are boolean and define if the mentioned operation will be disabled on the API of the graphomate server. The header written in square brackets define for which resource the next parameters will match.

For the auditing the enable parameter einables the auditing in general.

The component_white_list is a list of component names or regual expressions separated by comma. If defines which components should be tracked by the standalone auditing component.