Skip to content

Commit 2248f46

Browse files
committed
Merge branch 'revolyssup/api-adc' of github.com:Revolyssup/apisix-ingress-controller into revolyssup/api-adc
2 parents 324e684 + ef5851f commit 2248f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/samples/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ leader_election:
1919
metrics_addr: ":8080" # The address the metrics endpoint binds to.
2020
# The default value is ":8080".
2121
enable_server: false # The debug API is behind this server which is disabled by default for security reasons.
22-
server_addr: ":9092"
22+
server_addr: "127.0.0.1:9092" # Available endpoints: /debug can be used to debug in-memory state of translated adc configs to be synced with data plane.
2323

2424
enable_http2: false # Whether to enable HTTP/2 for the server.
2525
# The default value is false.

0 commit comments

Comments
 (0)