From a7eff772bef59b32d947b57bf5a9507988b33a62 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Thu, 4 Mar 2021 04:48:51 +0000 Subject: [PATCH] Update example config in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4ac11..69ce8b4 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ The default config file location is `~/.config/mango/config.yml`. It might be di ```yaml --- +host: 0.0.0.0 port: 9000 base_url: / session_secret: mango-session-secret @@ -89,9 +90,10 @@ download_timeout_seconds: 30 page_margin: 30 disable_login: false default_username: "" +auth_proxy_header_name: "" mangadex: base_url: https://mangadex.org - api_url: https://mangadex.org/api + api_url: https://mangadex.org/api/v2 download_wait_seconds: 5 download_retries: 4 download_queue_db_path: ~/mango/queue.db