diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index a98434f78c..b06ef4c4eb 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -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: { + // }, + //}, }