diff --git a/en/runtime/guide/ecosystem-file.md b/en/runtime/guide/ecosystem-file.md index 39c56d8..cc3fb12 100644 --- a/en/runtime/guide/ecosystem-file.md +++ b/en/runtime/guide/ecosystem-file.md @@ -58,6 +58,8 @@ You can also load an ecosystem from an other folder with: pm2 start /path/to/ecosystem.config.js ``` +> Note: You can change the name of the exosystem.config.js file, however, it must always end with `.config.js`, ie: `pm2.development.config.js` or `pm2.production.config.js` + ### Only use a specific app Use your ecosystem file only on a specific application with the option `--only `: