diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index 4321c3fcc7..bde1b8fd03 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -406,18 +406,14 @@ // }, // }, - /// 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", + // } // }, }