Standalone or Server configuration file¶
In this page, the configuration file, which is in .json
format, is required for both standalone and Server installations, is explained.
This file can be generated and saved in the following paths:
$env:LOCALAPPDATA\Local\Programs\Rulex Platform\resources
for the Standalone installation.C:\Program Files\RulexPlatformServer\resources
for the Server installation.
{
"general": {
"loglevel": "info",
"log_tags": {
"broker": false,
"apiwatcher": false,
"metrics": false,
"connectors": false,
"sensitive": false
},
"sensitivity": "BusinessUse",
"addgroups": True
}
}
Custom entries¶
In the table below, all the custom entries in the configuration file are listed.
Name |
Description |
Type |
---|---|---|
|
The default log level of the application. Possible values are:
|
string |
|
An internal object where extra debug logs can be defined. Only effective if loglevel is
|
JSON |
|
The sensitive label to apply as default to the installation. All exported files from this installation will have the sensitivity label added as prefix, followed by an underscore. |
string |
|
Forces the system to ask the host machine for the user groups at the startup. |
boolean |