18 lines
441 B
Plaintext
18 lines
441 B
Plaintext
<?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'] = ".";
|