Update configuration documentation. re #40
This commit is contained in:
parent
868a1b1d47
commit
7483132dc7
|
@ -13,8 +13,8 @@
|
|||
* The directory containing calibre's metadata.db file, with sub-directories
|
||||
* containing all the formats.
|
||||
* BEWARE : it has to end with a /
|
||||
* You can enable multiple database with this notation :
|
||||
* array ("My database name" => "/home/directory/calibre1/", "My other database name" => "/home/directory/calibre2/");
|
||||
* You can enable multiple database with this notation instead of a simple string :
|
||||
* $config['calibre_directory'] = array ("My database name" => "/home/directory/calibre1/", "My other database name" => "/home/directory/calibre2/");
|
||||
*/
|
||||
$config['calibre_directory'] = './';
|
||||
|
||||
|
|
Loading…
Reference in a new issue