Skip to content

Commit

Permalink
Merge pull request nats-io#640 from nats-io/update-configuration-relo…
Browse files Browse the repository at this point in the history
…ading

Update Configuration Reloading
  • Loading branch information
gcolliso authored Jan 11, 2024
2 parents d0dbff6 + 3e7e046 commit c851eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion running-a-nats-service/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ nats-server --signal reload
As of NATS v2.10.0, a reload signal can be sent on a NATS service using a system account user, where `<server-id>` is the unique ID of the server be targeted.

```shell
nats --user sys --password sys pub '$SYS.REQ.SERVER.<server-id>.RELOAD'
nats --user sys --password sys request '$SYS.REQ.SERVER.<server-id>.RELOAD' ""
```

0 comments on commit c851eae

Please sign in to comment.