Skip to content

Commit f99ba65

Browse files
core: tools: zenoh: Add configuration for remote_api
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 7c4634d commit f99ba65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
plugins: {
3-
rest: { http_port: 7117 }
3+
rest: { http_port: 7117 },
4+
remote_api: { websocket_port: 7118 }
45
}
56
}

0 commit comments

Comments
 (0)