Core
Framework v2.x
2

merge() #

Deprecated since 2.17.0

Sets a configuration value.

This method can only be used before the application is started.

Copied to clipboard!
merge(config: JSONObject): void

Argument Type Description
config
JSONObject
Configuration object to merge

Usage #

Copied to clipboard!
app.config.merge({
  limits: {
    documentsWriteCount: 1000
  }
})