Please refer to config/default.js. If you need to change the configuration in the development phase, please create a config/local.json and add the fields you need to modify, such as:
{
"turf": {
"startTurfD": true,
}
}
This configuration indicates that turfd is automatically started when Noslated is started.
The highest priority of the configuration is the environment variable. Currently, it supports:
NOSLATE_LOGDIRNOSLATED_WORKDIRNOSLATED_MAX_ACTIVATE_REQUESTShttps://noslate.midwayjs.org/docs/noslate_workers/noslated/intro
Generated using TypeDoc