mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
18 lines
441 B
Text
18 lines
441 B
Text
|
<?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'] = ".";
|