Skip to content

Commit

Permalink
Update app-declaration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech authored Mar 28, 2017
1 parent ebea65a commit 1902bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/app-declaration.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $ pm2 reload ecosystem.config.js --only api-app
$ pm2 delete ecosystem.config.js --only api-app
```

### Updating configurations of already running applications
### Updating running conf

Starting PM2 v2.1.X, environnements are immutable by default, that means they will never be updated unless you tell PM2 to do so, to update configurations, you will need to use `--update-env` options. Please note that some options will not be updated (options that are listed under `General Attributes` below).

Expand Down

0 comments on commit 1902bab

Please sign in to comment.