Skip to content

Commit

Permalink
commented out plugins section in config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 20, 2023
1 parent 0d403ab commit 2e5b259
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -393,18 +393,18 @@
// },
// },

/// Plugin configuration example using `__config__` property
plugins: {
rest: {
__config__: "./plugins/zenoh-plugin-rest/config.json5",
},
storage_manager: {
__config__: "./plugins/zenoh-plugin-storage-manager/config.json5",
},
not_found: {
},
example: {
},
},
///// Plugin configuration example using `__config__` property
// plugins: {
// rest: {
// __config__: "./plugins/zenoh-plugin-rest/config.json5",
// },
// storage_manager: {
// __config__: "./plugins/zenoh-plugin-storage-manager/config.json5",
// },
// not_found: {
// },
// example: {
// },
//},

}

0 comments on commit 2e5b259

Please sign in to comment.