Skip to content

Product configuration parameters

Kseniia edited this page May 28, 2021 · 33 revisions

Some variables can be configured via product.conf (server), or via config.json5 (for webapp).

List of configurable variables:

Variable Value Description
core.user.defaultTheme light Default theme
core.user.defaultLanguage en Default language
core.app.logViewer.refreshTimeout 3000 Log viewer refresh interval in ms
core.app.logViewer.maxLogEntries 1000 Maximum rows in log viewer
core.app.logViewer.maxFailedRequests 3 Count failed log viewer request before disabling
core.app.navigationTree.childrenLimit 500 Maximum children in navigation tree
core_events.notificationsPool 5 Maximum notifications
plugin_erd_viewer.maxColumnsToDisplay 7500 Maximum columns in ERD
plugin_data_export.disabled true Disable data export functionality

You also can specify these parameters in the config file /workspace/.data/.product.runtime.conf. These properties have higher priority than in product.conf.

For example, if you want to disable data export functionality, you can do it this way.

  1. Open or create .product.runtime.conf in folder .data
  2. Paste following code
{
 "plugin_data_export": {
   "disabled": true
 }
}

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Deployment

Clone this wiki locally