From 22d757362ac79bc0896f09497176a75926f92b88 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Wed, 22 Apr 2020 22:34:02 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f3e6e6..bcfadbe 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ The default config file location is `~/.config/mango/config.yml`. It might be di ```yaml --- port: 9000 -library_path: ~/mango/library -db_path: ~/mango/mango.db +library_path: /home/alex_ling/mango/library +upload_path: /home/alex_ling/mango/uploads +db_path: /home/alex_ling/mango/mango.db scan_interval_minutes: 5 log_level: info mangadex: @@ -73,7 +74,7 @@ mangadex: api_url: https://mangadex.org/api download_wait_seconds: 5 download_retries: 4 - download_queue_db_path: ~/mango/queue.db + download_queue_db_path: /home/alex_ling/mango/queue.db ``` - `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan