Document multi database support. re #40

This commit is contained in:
Sébastien Lucas 2013-04-04 21:18:33 +02:00
parent 60e8619d21
commit d01b23b615

View file

@ -13,6 +13,8 @@
* The directory containing calibre's metadata.db file, with sub-directories * The directory containing calibre's metadata.db file, with sub-directories
* containing all the formats. * containing all the formats.
* BEWARE : it has to end with a / * 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/");
*/ */
$config['calibre_directory'] = './'; $config['calibre_directory'] = './';