packaging: add webconsole example to config file.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 13 Feb 2013 17:21:49 +0000 (19:21 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:10 +0000 (18:37 +0200)
packaging.in/murphy.lua

index ef8520d..ec31841 100644 (file)
@@ -6,6 +6,10 @@ m:try_load_plugin('dlog')
 -- load the console plugin
 m:try_load_plugin('console')
 
+m:try_load_plugin('console.disabled', 'webconsole', {
+                  address = 'wsck:127.0.0.1:3000/murphy',
+                  httpdir = '/usr/share/murphy/webconsole' });
+
 -- load the dbus plugin
 if m:plugin_exists('dbus') then
     m:load_plugin('dbus')