From 582dd91c5c60c91e803c5a547d7ac50a4680533d Mon Sep 17 00:00:00 2001 From: Denis Shemanaev Date: Mon, 10 Oct 2022 17:13:43 +0300 Subject: [PATCH] Add warning to example config --- inpxer-example.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inpxer-example.toml b/inpxer-example.toml index dec40df..f6f8622 100644 --- a/inpxer-example.toml +++ b/inpxer-example.toml @@ -3,6 +3,8 @@ language = "en" # en, ru # title displayed on web and in OPDS catalog title = "My library" # where to store index +# WARNING: keep in mind that this folder will be deleted during indexing, +# don't point it to an existing location (and definitely don't set it equal to library_path) index_path = "/data/index" # where is you books stored library_path = "/data/library"