Skip to content

Commit 639e57e

Browse files
committed
updating yaml default example
1 parent d8c23f8 commit 639e57e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ If yaml configuration wants to be used then the file needs to be placed inside `
5656
proxy_address: '0.0.0.0:50060'
5757
proxy_name: 'h2-proxy'
5858
target_host: '127.0.0.1'
59-
target_port: '7090'
59+
target_port: '50051'
6060
idle_timeout: 300
6161
print_logs: true
6262
compact_logs: true
6363
dns_config:
6464
refresh_rate: 45
65-
need_refresh: false
66-
balancer_alg: random
65+
need_refresh: true
66+
balancer_alg: round_robin
6767
```
6868
6969
- `proxy_address:` proxy address is the interface and the port the proxy will be listening on, for docker the ports exposed by the container are 8080 8090 50060 50061, default value is `0.0.0.0:50060`

0 commit comments

Comments
 (0)