Configuration - User Interfaces
The CSE provides different user interfaces (UIs) to interact with the CSE.
Console
Section: [console]
These are the settings for the console.
| Setting | Description | Default |
|---|---|---|
| confirmQuit | Quitting the console needs to be confirmed. This may not work under Windows, so it is switched off by default. |
False |
| headless | Run the CSE in headless mode, i.e. without a console and without screen logging. | False |
| hideResources | Hide certain resources from display in the console. This is a list of resource identifiers. Wildcards are allowed. | empty list |
| refreshInterval | Interval for continuously refreshing information displays. Must be > 0.0. |
2.0 seconds |
| theme | Set the color theme for the console. Allowed values are "dark" and "light". |
${basic.config:consoleTheme} |
| treeIncludeVirtualResources | Show virtual resources in the console's and structure endpoint's tree view. | False |
| treeMode | Set the mode how resources and their content are presented in the console's and structure endpoint's tree view. Allowed values: normal, compact, content, `contentOnly' |
normal |
Text UI
Section: [textui]
These are the settings for the text UI.
| Setting | Description | Default |
|---|---|---|
| enableTextEditorSyntaxHighlighting | Enable syntax highlighting in the resource text editor. This setting is only available when the package "textual[syntax]" is installed. | False |
| maxRequestSize | Max size of a request or response in bytes to display. Requests or responses larger than this threshold will not be displayed. | 10.000 |
| notificationTimeout | Timeout for text UI notifications in seconds. | 2.0 |
| refreshInterval | Interval for refreshing various views in the text UI. | 2.0 |
| startWithTUI | Show the text UI after startup. See also command line argument –-textui. |
False |
| theme | Set the color theme for the text UI. Allowed values are dark and light. |
${console:theme} |
Web UI
Section: [webui]
These are the settings for the web UI.
| Setting | Description | Default |
|---|---|---|
| root | Root path of the web UI. | /webui |