From cf273d4871ac2fed8c89f0cf18c8ad5a798ddb57 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 2 Oct 2013 19:35:36 +0200 Subject: [PATCH] Enable notifications --- .../plugins/conf.serial/plugins_configs.ser/10All | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All index f8b1329..cc338b9 100644 --- a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All +++ b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All @@ -25,6 +25,18 @@ $data->{'core.log'} = { } }; +$data->{'core.notifications'} = { + 'UNIQUE_FEED_INSTANCE' => { + 'instance_name' => 'feed.sql', + 'group_switch_value' => 'feed.sql', + 'SQL_DRIVER' => { + 'group_switch_value' => 'core', + 'core_driver' => 'core' + } + }, + 'USER_EVENTS' => '1' +}; + $OUT = serialize($data); }