Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions en/runtime/guide/ecosystem-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <app_name>`:
Expand Down