Skip to content

Commit

Permalink
4.x: Change bind-address to host in socket configuration in multiport…
Browse files Browse the repository at this point in the history
… example (#104)

* Use host instead of bind-address in multiport example
  • Loading branch information
barchetta authored Dec 3, 2024
1 parent aeb9cde commit d433b18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ server:
sockets:
- name: "private"
port: 8081
bind-address: "localhost"
host: "localhost"
- name: "admin"
port: 8082
bind-address: "localhost"
host: "localhost"
features:
observe:
sockets: "admin"

0 comments on commit d433b18

Please sign in to comment.