cops/test/config_local.php.sauce

18 righe
441 B
Plaintext

2013-11-28 12:45:54 +02:00
<?php
if (!isset($config))
$config = array();
/*
* The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats.
* BEWARE : it has to end with a /
*/
2013-11-28 16:27:50 +02:00
$config['calibre_directory'] = './test/BaseWithSomeBooks/';
2013-11-28 12:45:54 +02:00
/*
* Catalog's title
*/
2013-11-29 11:47:25 +02:00
$config['cops_title_default'] = "COPS DEMO";
2013-11-28 12:45:54 +02:00
2013-11-29 08:07:22 +02:00
// $config['cops_server_side_render'] = ".";