Skip to content

Commit

Permalink
Added: default UCS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dicarve committed Sep 22, 2012
1 parent 3414c57 commit 7875ecd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sysconfig.local.inc-sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,17 @@
// define any other sysconfig variables below
$sysconf['index']['type'] = 'default';

/**
* UCS settings
*/
$sysconf['ucs']['enable'] = false;
// auto delete same record on UCS?
$sysconf['ucs']['auto_delete'] = true;
// auto insert new record to UCS?
$sysconf['ucs']['auto_insert'] = true;

// additional e-mail recipients for library administrator
/*
$sysconf['mail']['add_recipients'][] = array('from' => '[email protected]', 'from_name' => 'Librarian 2');
$sysconf['mail']['add_recipients'][] = array('from' => '[email protected]', 'from_name' => 'Librarian 3');
*/
?>

0 comments on commit 7875ecd

Please sign in to comment.