Skip to content

Commit

Permalink
Add secure_websocket entry to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Schleich committed Oct 24, 2024
1 parent 75b26be commit f8775f8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions zenoh-plugin-remote-api/EXAMPLE_CONFIG.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
mode: "router",
mode: 'router',
plugins_loading: {
enabled: true,
search_dirs: ["./target/debug", "~/.zenoh/lib"],
},
enabled: true,
search_dirs: ['./target/debug', '~/.zenoh/lib']
},
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'
}
}
}
}

0 comments on commit f8775f8

Please sign in to comment.