Skip to content

Commit

Permalink
Use host instead of bind-address in multiport example
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Nov 21, 2024
1 parent aeb9cde commit b8e0224
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 b8e0224

Please sign in to comment.