Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 46347a8

Browse files
authored
Update README.md
1 parent a354d81 commit 46347a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ The default config file location is `~/.config/mango/config.yml`. It might be di
6464
```yaml
6565
---
6666
port: 9000
67-
library_path: /home/alex_ling/mango/library
68-
upload_path: /home/alex_ling/mango/uploads
69-
db_path: /home/alex_ling/mango/mango.db
67+
library_path: ~/mango/library
68+
upload_path: ~/mango/uploads
69+
db_path: ~/mango/mango.db
7070
scan_interval_minutes: 5
7171
log_level: info
7272
mangadex:
7373
base_url: https://mangadex.org
7474
api_url: https://mangadex.org/api
7575
download_wait_seconds: 5
7676
download_retries: 4
77-
download_queue_db_path: /home/alex_ling/mango/queue.db
77+
download_queue_db_path: ~/mango/queue.db
7878
```
7979
8080
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan

0 commit comments

Comments
 (0)