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.

merge(config: JSONObject): void

ArgumentTypeDescription
config
JSONObject
Configuration object to merge

Usage #

app.config.merge({
  limits: {
    documentsWriteCount: 1000
  }
})