Make library cache path configurable

This commit is contained in:
Alex Ling
2021-09-18 08:40:08 +00:00
parent 6e04e249e7
commit 97168b65d8
2 changed files with 9 additions and 10 deletions

View File

@@ -11,6 +11,8 @@ class Config
property session_secret : String = "mango-session-secret"
property library_path : String = File.expand_path "~/mango/library",
home: true
property library_cache_path = File.expand_path "~/mango/library.yml.cbz",
home: true
property db_path : String = File.expand_path "~/mango/mango.db", home: true
property scan_interval_minutes : Int32 = 5
property thumbnail_generation_interval_hours : Int32 = 24