In this article:

config.json

Main Fields

Additional Fields

Setting Up Configuration of Designer of Business Applications

To provide correct work of the designer of business applications, make sure that the folder with installed designer of business applications back end contains the config.json configuration file.

The folder with installed designer of business applications back end by default contains preset configuration files: config.json, config-sample.json. The config-sample.json file is used as a template and does not affect the work of the designer of business applications. Contents of the config.json and config-sample.json files matches.

NOTE. When updating the designer of business applications, contents of the config-sample.json file may change. The config.json file is used to save the created configuration.

To apply changes in the configuration of the designer of business applications in the config.json file, restart designer of business applications back end.

config.json

Default paths of the config.json file:

The preset configuration files config.json and config-sample.json contain the fields: targetRepo, targetApp, serviceUrl, locale, locales, title, themes.

The config.json file contains main and additional fields.

The example of the config.json file with minimum required settings:

{
  "targetRepo": "WAREHOUSE",
  "targetApp": "BUSINESS_APPLICATION",
  "serviceUrl": "http://10.7.0.100:8210/dba/PPService.axd",
  "locale": "ru",
  "locales": ["ru"],
  "title": "DBA",
  "themes": ["dba10"]
}

Main Fields

To provide designer of business applications work with minimum required settings, set the main fields:

targetRepo

targetApp

serviceUrl

Additional Fields

To extend designer of business applications functionality, set additional fields:

locale

locales

title

customization

metabase

repositories

themes

customThemesPath

externalJs

helpUrl

showVersion

modules

globalSession

See also:

Designer of Business Applications Back End | Restarting Designer of Business Applications Back End