blob: 7e3c310db8fb1c69b12fe250330bb4f3fda0df78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?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 /
*/
$config['calibre_directory'] = './test/BaseWithSomeBooks/';
/*
* Catalog's title
*/
$config['cops_title_default'] = "COPS DEMO";
// $config['cops_server_side_render'] = ".";
|