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
Argument | Type | Description |
---|---|---|
config | JSONObject | Configuration object to merge |
Usage #
app.config.merge({
limits: {
documentsWriteCount: 1000
}
})
Edit this page on Github(opens new window)