From d01b23b615c51d4e13462365a5be489899b495b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 4 Apr 2013 21:18:33 +0200 Subject: [PATCH] Document multi database support. re #40 --- config_default.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_default.php b/config_default.php index 4380c2a..9c2b8b3 100644 --- a/config_default.php +++ b/config_default.php @@ -13,6 +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/"); */ $config['calibre_directory'] = './';