From 4d709b7eb5eca548fb6df14f644e83950ce91192 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Sun, 18 Oct 2020 12:50:51 +0000 Subject: [PATCH] Update default config in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f8e857..413ae8b 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,14 @@ The default config file location is `~/.config/mango/config.yml`. It might be di --- port: 9000 base_url: / +session_secret: mango-session-secret library_path: ~/mango/library db_path: ~/mango/mango.db scan_interval_minutes: 5 log_level: info upload_path: ~/mango/uploads +plugin_path: ~/mango/plugins +download_timeout_seconds: 30 mangadex: base_url: https://mangadex.org api_url: https://mangadex.org/api