You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/samples/config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ leader_election:
19
19
metrics_addr: ":8080"# The address the metrics endpoint binds to.
20
20
# The default value is ":8080".
21
21
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.
23
23
24
24
enable_http2: false # Whether to enable HTTP/2 for the server.
0 commit comments