From 9fffac571249cd64c4826e2d10393e19a825f451 Mon Sep 17 00:00:00 2001 From: Charles Schleich Date: Tue, 29 Oct 2024 09:31:11 +0100 Subject: [PATCH] example conf cleanup --- zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5 b/zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5 index febec3e..b895af3 100644 --- a/zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5 +++ b/zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5 @@ -6,7 +6,7 @@ }, plugins: { remote_api: { - 'websocket_port': '10000', + websocket_port: '10000', secure_websocket: { certificate_path: 'path/to/certificate_path', private_key_path: 'path/to/private_key_path'