Skip to content

Commit

Permalink
Add warning to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
shemanaev committed Oct 10, 2022
1 parent 54785b9 commit 582dd91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inpxer-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 582dd91

Please sign in to comment.