Enable notifications

This commit is contained in:
Daniel Berteaud 2013-10-02 19:35:36 +02:00
parent 41305fa1e4
commit cf273d4871
1 changed files with 12 additions and 0 deletions

View File

@ -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);
}