mirror of https://github.com/getmango/Mango.git
Update README.md
This commit is contained in:
parent
a354d811d9
commit
46347a8fe4
|
@ -64,9 +64,9 @@ The default config file location is `~/.config/mango/config.yml`. It might be di
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
port: 9000
|
port: 9000
|
||||||
library_path: /home/alex_ling/mango/library
|
library_path: ~/mango/library
|
||||||
upload_path: /home/alex_ling/mango/uploads
|
upload_path: ~/mango/uploads
|
||||||
db_path: /home/alex_ling/mango/mango.db
|
db_path: ~/mango/mango.db
|
||||||
scan_interval_minutes: 5
|
scan_interval_minutes: 5
|
||||||
log_level: info
|
log_level: info
|
||||||
mangadex:
|
mangadex:
|
||||||
|
@ -74,7 +74,7 @@ mangadex:
|
||||||
api_url: https://mangadex.org/api
|
api_url: https://mangadex.org/api
|
||||||
download_wait_seconds: 5
|
download_wait_seconds: 5
|
||||||
download_retries: 4
|
download_retries: 4
|
||||||
download_queue_db_path: /home/alex_ling/mango/queue.db
|
download_queue_db_path: ~/mango/queue.db
|
||||||
```
|
```
|
||||||
|
|
||||||
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
|
- `scan_interval_minutes` can be any non-negative integer. Setting it to `0` disables the periodic scan
|
||||||
|
|
Loading…
Reference in New Issue