Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS API code review Fixes #5

Merged
merged 11 commits into from
Oct 29, 2024
Prev Previous commit
example conf cleanup
Charles-Schleich committed Oct 29, 2024
commit 9fffac571249cd64c4826e2d10393e19a825f451
2 changes: 1 addition & 1 deletion zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5
Original file line number Diff line number Diff line change
@@ -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'