Skip to content

Commit

Permalink
fix(docs): aws parameters in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk authored Jun 28, 2024
1 parent 517ad43 commit b033a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ If you want to keep the balancer management address predictable, I recommend usi

```shell
./paddler agent \
--external-llamacpp-host paddler_balancer.example.com \
--external-llamacpp-host aws:metadata:local-ipv4 \
--external-llamacpp-port 8088 \
--local-llamacpp-host aws:metadata:local-ipv4 \
--local-llamacpp-host 127.0.0.1 \
--local-llamacpp-port 8088 \
--management-host paddler_balancer.example.com \
--management-port 8085
Expand Down

0 comments on commit b033a9e

Please sign in to comment.