Skip to content

Product configuration parameters

Alexey Naumov edited this page Nov 8, 2021 · 33 revisions

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

The list of configurable variables are:

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
core.app.sqlEditor 100 Max size of sql script that can be uploaded (KB)

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

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

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

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Deployment

Clone this wiki locally