Configuration file deploy.json

Configuration file deploy.json is a file that describes the structure of the parameters of the software system and its specific configuration.

There is also a method to set the configuration through many separate files: :doc: deploy build from separate files <deploy/deploy_pulling>

Structure of the deploy.json file:

Field Name Description
"namespace": Project name The project namespace.
"parametrised": true, Parameterization The parameterization settings. Set the “true” value to specify the parameters to which the system transfers the variables defined in ini-files or variables of the project environment when building the application.
"globals": { Global settings Global configuration settings.
"deployer": "built-in" Builds The built configuration parameter. Currently, it is the only one.
"modules" Module settings Module configuration settings.

File example deploy.json