Skip to content

Commit

Permalink
Fix incorrect default DB path
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Sep 5, 2022
1 parent ce55998 commit 61d6c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Config
"session_secret" => "mango-session-secret",
"library_path" => "~/mango/library",
"library_cache_path" => "~/mango/library.yml.gz",
"db_path" => "~/mango.db",
"db_path" => "~/mango/mango.db",
"queue_db_path" => "~/mango/queue.db",
"scan_interval_minutes" => 5,
"thumbnail_generation_interval_hours" => 24,
Expand Down

0 comments on commit 61d6c2e

Please sign in to comment.